diff options
author | Steve Hay <SteveHay@planit.com> | 2006-03-17 11:10:41 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-03-17 11:10:41 +0000 |
commit | e65df1b633afd7252686e25cbbe95678c897e99b (patch) | |
tree | f90ecd3d2f6b4a3ef48d1fbfad600d2095024c87 /win32/Makefile | |
parent | cad5770baea7f83c8716f298d13255e7d95f9c68 (diff) | |
download | perl-e65df1b633afd7252686e25cbbe95678c897e99b.tar.gz |
Install POD files into "lib\pods" rather than "lib\pod" on Win32
to avoid clashing with "lib\Pod" (cf. perl change #26363)
Also remove a couple of unused macros from the makefiles
p4raw-link: @26363 on //depot/perl: 0661f42382c6c9047f6bb741b9d41f6f7333902f
p4raw-id: //depot/perl@27530
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/Makefile b/win32/Makefile index 775f0be81b..493b3ec73d 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -360,7 +360,6 @@ INST_BIN = $(INST_SCRIPT)$(INST_ARCH) 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_TOP)$(INST_VER)\html # @@ -875,11 +874,6 @@ EXTENSION_DLL = \ $(COMPRESSZLIB_DLL) \ $(WIN32_DLL) -POD2HTML = $(PODDIR)\pod2html -POD2MAN = $(PODDIR)\pod2man -POD2LATEX = $(PODDIR)\pod2latex -POD2TEXT = $(PODDIR)\pod2text - CFG_VARS = \ "INST_DRV=$(INST_DRV)" \ "INST_TOP=$(INST_TOP)" \ |