Author: bernhard
Date: Sun Jan  8 04:22:06 2006
New Revision: 10982

Added:
   trunk/languages/bc/config/
   trunk/languages/bc/config/makefiles/
   trunk/languages/bc/config/makefiles/root.in
      - copied, changed from r10980, trunk/config/gen/makefiles/bc.in
Removed:
   trunk/config/gen/makefiles/bc.in
Modified:
   trunk/MANIFEST
   trunk/config/gen/makefiles.pm
Log:
Move languages/bc/config/makefiles/root.in to config/gen/makefiles/bc.in


Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Sun Jan  8 04:22:06 2006
@@ -159,7 +159,6 @@ config/gen/makefiles.pm                 
 config/gen/makefiles/CFLAGS.in                    []
 config/gen/makefiles/Zcode.in                     []
 config/gen/makefiles/amber.in                     []
-config/gen/makefiles/bc.in                        []
 config/gen/makefiles/befunge.in                   []
 config/gen/makefiles/bf.in                        []
 config/gen/makefiles/cola.in                      []
@@ -730,6 +729,7 @@ languages/bc/README                     
 languages/bc/TODO                                                      [bc]
 languages/bc/VERSION                                                   [bc]
 languages/bc/bc.py                                                     [bc]
+languages/bc/config/makefiles/root.in                                  [bc]
 languages/bc/docs/parrot_bc.pod                                        [bc]
 languages/bc/grammar/antlr2past.g                                      [bc]
 languages/bc/grammar/bc_python.g                                       [bc]

Modified: trunk/config/gen/makefiles.pm
==============================================================================
--- trunk/config/gen/makefiles.pm       (original)
+++ trunk/config/gen/makefiles.pm       Sun Jan  8 04:22:06 2006
@@ -112,9 +112,9 @@ sub makefiles
         conditioned_lines               => 1
     );
     genfile(
-        'config/gen/makefiles/bc.in' => 'languages/bc/Makefile',
-        commentType                  => '#',
-        replace_slashes              => 1
+        'languages/bc/config/makefiles/root.in' => 'languages/bc/Makefile',
+        commentType                             => '#',
+        replace_slashes                         => 1
     );
     genfile(
         'config/gen/makefiles/befunge.in' => 'languages/befunge/Makefile',

Copied: trunk/languages/bc/config/makefiles/root.in (from r10980, 
trunk/config/gen/makefiles/bc.in)
==============================================================================
--- trunk/config/gen/makefiles/bc.in    (original)
+++ trunk/languages/bc/config/makefiles/root.in Sun Jan  8 04:22:06 2006
@@ -1,4 +1,4 @@
-# Copyright: 2005 The Perl Foundation.  All Rights Reserved.
+# Copyright: 2005-2006 The Perl Foundation.  All Rights Reserved.
 # $Id$
 
 # Setup of some commands

Reply via email to