This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Archive::Tar to 1.40
[perl5.git] / pod / Makefile.SH
index 6848225..74d299f 100644 (file)
@@ -73,9 +73,6 @@ converters: $(CONVERTERS)
 
 regen_pods: perlmodlib.pod toc
 
-buildtoc:      buildtoc.PL perl.pod ../MANIFEST
-       $(PERLILIB) buildtoc.PL
-
 perltoc.pod:   buildtoc
 
 man:   pod2man $(MAN)
@@ -85,17 +82,17 @@ html:       pod2html $(HTML)
 tex:   pod2latex $(TEX)
 
 toc perltoc.pod:       buildtoc
-       $(PERLILIB) buildtoc
+       $(PERLILIB) buildtoc --build-toc
 
 .SUFFIXES: .pm .pod
 
 .SUFFIXES: .man
 
 .pm.man:     pod2man
-       $(PERL) -I../lib pod2man $*.pm >$*.man
+       $(REALPERL) -I../lib pod2man $*.pm >$*.man
 
 .pod.man:     pod2man
-       $(PERL) -I../lib pod2man $*.pod >$*.man
+       $(REALPERL) -I../lib pod2man $*.pod >$*.man
 
 .SUFFIXES: .html
 
@@ -157,15 +154,8 @@ podchecker:        podchecker.PL ../lib/Config.pm
 podselect:     podselect.PL ../lib/Config.pm
        $(PERL) -I ../lib podselect.PL
 
-perlmodlib.pod:        $(PERL) perlmodlib.PL ../mv-if-diff ../MANIFEST
-       rm -f perlmodlib.tmp
+perlmodlib.pod:        $(PERL) perlmodlib.PL ../MANIFEST
+       rm -f perlmodlib.pod
        $(PERL) -I ../lib perlmodlib.PL
-       sh ../mv-if-diff perlmodlib.tmp perlmodlib.pod
-
-compile: all
-       $(REALPERL) -I../lib ../utils/perlcc -o pod2latex.exe pod2latex -log ../compilelog
-       $(REALPERL) -I../lib ../utils/perlcc -o pod2man.exe pod2man -log ../compilelog
-       $(REALPERL) -I../lib ../utils/perlcc -o pod2text.exe pod2text -log ../compilelog
-       $(REALPERL) -I../lib ../utils/perlcc -o checkpods.exe checkpods -log ../compilelog
 
 !NO!SUBS!