summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-02-09 17:05:19 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-02-09 17:05:19 +0000
commit7c82de66cbf5ee61be1c86c3c35fa10f7cc6d075 (patch)
tree6024d2658aca66fdde84809512cc09b2a7bcc818 /win32
parentc7d9b0963c05530262614fc3d2388e2658739e34 (diff)
downloadperl-7c82de66cbf5ee61be1c86c3c35fa10f7cc6d075.tar.gz
Integrate changes #8738,8739,8740 from maintperl.
Html files will be installed in a more logical and easier to find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html Html files will be generated with a header to make them look a little less bare. Subject: [PATCH perl-current] perlfaq3.pod, URL for vile p4raw-link: @8740 on //depot/maint-5.6/perl: 01ae74d95ca12ccb961a994014b2e5e455604c83 p4raw-link: @8739 on //depot/maint-5.6/perl: 38f8eb688a5555e387bd9b926e4f0ae9b4016c57 p4raw-link: @8738 on //depot/maint-5.6/perl: 5c7c21200212f683312f32fb0820ee00445bda8f p4raw-id: //depot/perl@8741 p4raw-integrated: from //depot/maint-5.6/perl@8737 'copy in' pod/perlfaq3.pod (@8546..) 'merge in' installhtml (@7895..) win32/Makefile win32/makefile.mk (@8732..)
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile2
-rw-r--r--win32/makefile.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 49edc1ba42..9049099398 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -323,7 +323,7 @@ INST_LIB = $(INST_TOP)$(INST_VER)\lib
INST_ARCHLIB = $(INST_LIB)$(INST_ARCH)
INST_COREDIR = $(INST_ARCHLIB)\CORE
INST_POD = $(INST_LIB)\pod
-INST_HTML = $(INST_POD)\html
+INST_HTML = $(INST_TOP)$(INST_VER)\html
#
# Programs to compile, build .lib files and link
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 5a4a7385ac..5c21ebba8f 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -325,7 +325,7 @@ INST_LIB = $(INST_TOP)$(INST_VER)\lib
INST_ARCHLIB = $(INST_LIB)$(INST_ARCH)
INST_COREDIR = $(INST_ARCHLIB)\CORE
INST_POD = $(INST_LIB)\pod
-INST_HTML = $(INST_POD)\html
+INST_HTML = $(INST_TOP)$(INST_VER)\html
#
# Programs to compile, build .lib files and link