cvsuser 03/07/22 14:04:14
Modified: config/gen/makefiles docs.in
Log:
Hopefully make things happier for the short-term
Revision Changes Path
1.5 +1 -4 parrot/config/gen/makefiles/docs.in
Index: docs.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/docs.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -r1.4 -r1.5
--- docs.in 22 Jul 2003 17:59:12 -0000 1.4
+++ docs.in 22 Jul 2003 21:04:14 -0000 1.5
@@ -5,16 +5,13 @@
object.pod obscure.pod pmc.pod rx.pod set.pod stack.pod string.pod \
sys.pod var.pod
-all: packfile-c.pod packfile-perl.pod $(OPS)
+all: packfile-c.pod packfile-perl.pod
packfile-c.pod: ../packfile.c
perldoc -u ../packfile.c > packfile-c.pod
packfile-perl.pod: ../lib/Parrot/PackFile.pm
perldoc -u ../lib/Parrot/PackFile.pm > packfile-perl.pod
-
-%.pod: ../%.ops
- perldoc -u $< > ops/$@
clean:
$(RM_F) packfile-c.pod packfile-perl.pod