From: Alex Vandiver Date: Wed, 22 Oct 2008 05:14:48 +0000 (-0400) Subject: Move 'make check' in pods/ to using Pod::Checker X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=64ab118f07a11d8be7edc11032b6e3c7b92a547c;p=p5sagit%2Fp5-mst-13.2.git Move 'make check' in pods/ to using Pod::Checker --- diff --git a/pod/Makefile.SH b/pod/Makefile.SH index 74d299f..f1438b9 100644 --- a/pod/Makefile.SH +++ b/pod/Makefile.SH @@ -125,9 +125,9 @@ distclean: realclean veryclean: distclean -rm -f *~ *.orig -check: checkpods +check: podchecker @echo "checking..."; \ - $(PERL) -I../lib checkpods $(POD) + $(PERL) -I../lib podchecker $(POD) # Dependencies. pod2latex: pod2latex.PL ../lib/Config.pm diff --git a/win32/Makefile b/win32/Makefile index 1040999..0331971 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1198,7 +1198,7 @@ distclean: realclean -if exist $(LIBDIR)\threads rmdir /s /q $(LIBDIR)\threads -if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS -if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API - -cd $(PODDIR) && del /f *.html *.bat checkpods \ + -cd $(PODDIR) && del /f *.html *.bat podchecker \ perlaix.pod perlamiga.pod perlapollo.pod perlbeos.pod \ perlbs2000.pod perlce.pod perlcn.pod perlcygwin.pod \ perldelta.pod perldgux.pod perldos.pod perlepoc.pod \ diff --git a/win32/makefile.mk b/win32/makefile.mk index 30f5459..326bef3 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1522,7 +1522,7 @@ distclean: realclean -if exist $(LIBDIR)\threads rmdir /s /q $(LIBDIR)\threads -if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS -if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API - -cd $(PODDIR) && del /f *.html *.bat checkpods \ + -cd $(PODDIR) && del /f *.html *.bat podchecker \ perlaix.pod perlamiga.pod perlapollo.pod perlbeos.pod \ perlbs2000.pod perlce.pod perlcn.pod perlcygwin.pod \ perldelta.pod perldgux.pod perldos.pod perlepoc.pod \ diff --git a/win32/pod.mak b/win32/pod.mak index 29330a1..b220c8b 100644 --- a/win32/pod.mak +++ b/win32/pod.mak @@ -553,9 +553,9 @@ realclean: clean distclean: realclean -check: checkpods +check: podchecker @echo "checking..."; \ - $(PERL) -I../lib checkpods $(POD) + $(PERL) -I../lib podchecker $(POD) # Dependencies. pod2latex: pod2latex.PL ../lib/Config.pm