diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-09-02 15:12:24 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-05 13:48:30 +0100 |
commit | bf07e08f68b96c7832e17dd5eb4eb32618be88d2 (patch) | |
tree | 32b0b9a797062115919ccaa75551c04639b3354d /win32/Makefile.ce | |
parent | 63a8c148fb474631561b77dca8d905d5fce9ab3c (diff) | |
download | perl-bf07e08f68b96c7832e17dd5eb4eb32618be88d2.tar.gz |
Move pod2latex.PL into its CPAN distribution directory.
Let ExtUtils::MakeMaker deal with running this extraction script, rather than
repeating the logic in (at least) 5 places.
Diffstat (limited to 'win32/Makefile.ce')
-rw-r--r-- | win32/Makefile.ce | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/Makefile.ce b/win32/Makefile.ce index 8283d2e787..f7839830fc 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -669,7 +669,6 @@ EXTENSION_PM = \ POD2HTML = $(PODDIR)\pod2html POD2MAN = $(PODDIR)\pod2man -POD2LATEX = $(PODDIR)\pod2latex POD2TEXT = $(PODDIR)\pod2text CFG_VARS = \ |