cvs commit: perlfaq Makefile
[email protected] (Robert Spier) 31 Dec 2005 22:49:22 -0000
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 05/12/31 14:49:22
Modified: . Makefile
Log:
dependencies
Revision Changes Path
1.5 +2 -2 perlfaq/Makefile
Index: Makefile
===================================================================
RCS file: /cvs/public/perlfaq/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile 30 Dec 2005 22:29:00 -0000 1.4
+++ Makefile 31 Dec 2005 22:49:22 -0000 1.5
@@ -22,7 +22,7 @@
echo:
@ echo $(FILES)
-perlfaq.pod:
+perlfaq.pod: $(FILES)
${PERL} ${TOC_PL} > perlfaq.pod
checkurls: