Author: kjs
Date: Fri Apr  6 11:54:22 2007
New Revision: 18016

Modified:
   trunk/config/gen/makefiles/pirc.in

Log:
compilers/pirc:
* forgot to add dependency of design.pod in pirc.in; fixed this.

Modified: trunk/config/gen/makefiles/pirc.in
==============================================================================
--- trunk/config/gen/makefiles/pirc.in  (original)
+++ trunk/config/gen/makefiles/pirc.in  Fri Apr  6 11:54:22 2007
@@ -97,7 +97,7 @@
        @echo ""
 
 
-docs: src/pirlexer.c src/pirparser.c
+docs: src/pirlexer.c src/pirparser.c doc/design.pod
        pod2html --css=http://www.parrotcode.org/css/perl.css src/pirlexer.c > 
doc/pirlexer.html
        pod2html --css=http://www.parrotcode.org/css/perl.css src/pirparser.c > 
doc/pirparser.html
        pod2html --css=http://www.parrotcode.org/css/perl.css doc/design.pod > 
doc/design.html

Reply via email to