cvs commit: perlfaq Makefile
[email protected] (brian d foy) 10 Aug 2005 16:18:00 -0000
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 05/08/10 09:18:00
Modified: . Makefile
Log:
* added rule for splitting the faq for the autoposter
Revision Changes Path
1.3 +6 -1 perlfaq/Makefile
Index: Makefile
===================================================================
RCS file: /cvs/public/perlfaq/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile 5 Oct 2004 22:13:05 -0000 1.2
+++ Makefile 10 Aug 2005 16:18:00 -0000 1.3
@@ -13,6 +13,7 @@
@ echo
@ echo " checkurls -- extract and validate URLs in the perlfaq POD"
@ echo " perlfaq.pod -- create a new perlfaq.pod from the perlfaq POD"
+ @ echo " split -- split up the faq answers for usenet autoposter"
@ echo " test -- run each .pod file through Test::Pod"
@ echo
@@ -25,6 +26,10 @@
checkurls:
${PERL} ${CHECK_URLS} $(FILES)
@ touch $@
+
+split:
+ ${PERL} bin/splitfaqs ${SPLIT_DIR} ${FILES}
+ touch ${SPLIT_DIR}/*
test:
${PERL} t/pod.t