cvsuser 03/10/23 13:54:12
Modified: config/gen/makefiles docs.in
Log:
Done with the move
Revision Changes Path
1.8 +2 -2 parrot/config/gen/makefiles/docs.in
Index: docs.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/docs.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -r1.7 -r1.8
--- docs.in 29 Aug 2003 17:38:23 -0000 1.7
+++ docs.in 23 Oct 2003 20:54:12 -0000 1.8
@@ -11,8 +11,8 @@
doc-prep:
$(MKDIR) ops
-packfile-c.pod: ../packfile.c
- perldoc -u ../packfile.c > packfile-c.pod
+packfile-c.pod: ../src/packfile.c
+ perldoc -u ../src/packfile.c > packfile-c.pod
packfile-perl.pod: ../lib/Parrot/PackFile.pm
perldoc -u ../lib/Parrot/PackFile.pm > packfile-perl.pod