summaryrefslogtreecommitdiff
path: root/pod/Makefile
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-05-14 22:24:26 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-05-14 22:24:26 +0000
commit6ee623d521a149edc6574c512fa951a192cd086a (patch)
tree3d769839caf246d24053d0f49b4f48aed590e031 /pod/Makefile
parent20408e3ccf502b6ce4033d8203710405ec9ef8f6 (diff)
downloadperl-6ee623d521a149edc6574c512fa951a192cd086a.tar.gz
[win32] integrate mainline
p4raw-id: //depot/win32/perl@973
Diffstat (limited to 'pod/Makefile')
-rw-r--r--pod/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/pod/Makefile b/pod/Makefile
index 7eeabd943b..e9623a62ff 100644
--- a/pod/Makefile
+++ b/pod/Makefile
@@ -9,6 +9,7 @@ POD2HTML = pod2html \
all: $(CONVERTERS) man
PERL = ../miniperl
+REALPERL = ../perl
POD = \
perl.pod \
@@ -240,7 +241,7 @@ toc:
clean:
rm -f $(MAN) $(HTML) $(TEX)
rm -f pod2html-*cache
- rm -f *.aux *.log
+ rm -f *.aux *.log *.exe
realclean: clean
rm -f $(CONVERTERS)
@@ -267,4 +268,7 @@ pod2text: pod2text.PL ../lib/Config.pm
checkpods: checkpods.PL ../lib/Config.pm
$(PERL) -I ../lib checkpods.PL
+compile: all
+ $(REALPERL) -I../lib ../utils/perlcc -regex 's/$$/.exe/' pod2latex pod2man pod2text checkpods -prog -verbose dcf -log ../compilelog;
+