# New Ticket Created by Will Coleda # Please include the string: [perl #29309] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=29309 >
This causes the example Makefile to be autogen'd.
? config/gen/makefiles/tcl_examples.in
Index: MANIFEST
===================================================================
RCS file: /cvs/public/parrot/MANIFEST,v
retrieving revision 1.636
diff -u -r1.636 MANIFEST
--- MANIFEST 30 Apr 2004 10:39:56 -0000 1.636
+++ MANIFEST 2 May 2004 17:43:32 -0000
@@ -157,6 +157,7 @@
config/gen/makefiles/root.in []
config/gen/makefiles/scheme.in []
config/gen/makefiles/tcl.in []
+config/gen/makefiles/tcl_examples.in []
config/gen/makefiles/urm.in []
config/gen/parrot_include.pl []
config/gen/platform.pl []
@@ -2262,7 +2263,6 @@
languages/tcl/docs/expr.pod [tcl]
languages/tcl/docs/overview.pod [tcl]
languages/tcl/docs/parsing.pod [tcl]
-languages/tcl/examples/Makefile [tcl]
languages/tcl/examples/fact.tcl [tcl]
languages/tcl/examples/hello.tcl [tcl]
languages/tcl/examples/koohii.tcl [tcl]
Index: config/gen/makefiles.pl
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles.pl,v
retrieving revision 1.31
diff -u -r1.31 makefiles.pl
--- config/gen/makefiles.pl 28 Apr 2004 10:31:17 -0000 1.31
+++ config/gen/makefiles.pl 2 May 2004 17:43:32 -0000
@@ -75,6 +75,8 @@
commentType => '#', replace_slashes => 1);
genfile('config/gen/makefiles/tcl.in', 'languages/tcl/Makefile',
commentType => '#', replace_slashes => 1);
+ genfile('config/gen/makefiles/tcl_examples.in', 'languages/tcl/examples/Makefile',
+ commentType => '#', replace_slashes => 1);
genfile('config/gen/makefiles/dynclasses.in', 'dynclasses/Makefile',
commentType => '#', replace_slashes => 1);
genfile('config/gen/makefiles/dynoplibs.in', 'dynoplibs/Makefile',
Index: config/gen/makefiles/root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.203
diff -u -r1.203 root.in
--- config/gen/makefiles/root.in 2 May 2004 13:26:09 -0000 1.203
+++ config/gen/makefiles/root.in 2 May 2004 17:43:33 -0000
@@ -97,7 +97,8 @@
languages/m4/Makefile \
languages/perl6/Makefile \
languages/urm/Makefile \
- languages/tcl/Makefile
+ languages/tcl/Makefile \
+ languages/tcl/examples/Makefile
GEN_CONFIGS = \
include/parrot/config.h \
patch.tar
Description: Unix tar archive
