cvsuser 03/07/03 09:54:47
Modified: config/gen/makefiles docs.in
Log:
perl #22873: use perldoc -U instead of the incorrect perldoc -u
Revision Changes Path
1.2 +4 -4 parrot/config/gen/makefiles/docs.in
Index: docs.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/docs.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- docs.in 24 May 2002 06:23:58 -0000 1.1
+++ docs.in 3 Jul 2003 16:54:47 -0000 1.2
@@ -4,17 +4,17 @@
all: packfile-c.pod packfile-perl.pod core_ops.pod io_ops.pod
packfile-c.pod: ../packfile.c
- perldoc -u ../packfile.c > packfile-c.pod
+ perldoc -U ../packfile.c > packfile-c.pod
packfile-perl.pod: ../lib/Parrot/PackFile.pm
- perldoc -u ../lib/Parrot/PackFile.pm > packfile-perl.pod
+ perldoc -U ../lib/Parrot/PackFile.pm > packfile-perl.pod
core_ops.pod: ../core.ops
- perldoc -u ../core.ops > core_ops.pod
+ perldoc -U ../core.ops > core_ops.pod
io_ops.pod: ../io.ops
- perldoc -u ../io.ops > io_ops.pod
+ perldoc -U ../io.ops > io_ops.pod
clean: