Author: tewk
Date: Wed Nov 26 07:41:59 2008
New Revision: 33224

Modified:
   trunk/MANIFEST
   trunk/MANIFEST.SKIP

Log:
[ncigen] MANIFEST fixes


Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Wed Nov 26 07:41:59 2008
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Tue Nov 25 16:54:29 2008 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Wed Nov 26 15:40:04 2008 UT
 #
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
@@ -86,18 +86,17 @@
 compilers/ncigen/MAINTAINER                                 []
 compilers/ncigen/NCIGEN.TODO                                []
 compilers/ncigen/README                                     []
-compilers/ncigen/c99.pir                                    []
 compilers/ncigen/config/makefiles/ncigen.in                 []
-compilers/ncigen/lib/Parrot/Test/C99AST.pm                  []
-compilers/ncigen/nci_gen.pl                                 []
+compilers/ncigen/lib/Parrot/Test/NCIGENAST.pm               []
+compilers/ncigen/ncigen.pir                                 []
+compilers/ncigen/ncigen.pl                                  []
+compilers/ncigen/src/NCIGENAST.pir                          []
 compilers/ncigen/src/NCIPIR.pir                             []
 compilers/ncigen/src/builtins/say.pir                       []
-compilers/ncigen/src/c99.pg                                 []
-compilers/ncigen/src/c99AST.pir                             []
 compilers/ncigen/src/parser/actions.pm                      []
 compilers/ncigen/src/parser/grammar.pg                      []
-compilers/ncigen/t/c99AST/struct_00.t                       []
-compilers/ncigen/t/c99AST/typedef_00.t                      []
+compilers/ncigen/t/NCIGENAST/struct_00.t                    []
+compilers/ncigen/t/NCIGENAST/typedef_00.t                   []
 compilers/ncigen/t/harness                                  []
 compilers/ncigen/t/parse_00.t                               []
 compilers/ncigen/t/parse_01.t                               []

Modified: trunk/MANIFEST.SKIP
==============================================================================
--- trunk/MANIFEST.SKIP (original)
+++ trunk/MANIFEST.SKIP Wed Nov 26 07:41:59 2008
@@ -1,6 +1,6 @@
 # ex: set ro:
 # $Id$
-# generated by tools/dev/mk_manifest_and_skip.pl Tue Nov 25 16:54:29 2008 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Wed Nov 26 15:40:04 2008 UT
 #
 # This file should contain a transcript of the svn:ignore properties
 # of the directories in the Parrot subversion repository. (Needed for
@@ -195,8 +195,8 @@
 # generated from svn:ignore of 'compilers/ncigen/'
 ^compilers/ncigen/Makefile$
 ^compilers/ncigen/Makefile/
-^compilers/ncigen/c99\.pbc$
-^compilers/ncigen/c99\.pbc/
+^compilers/ncigen/ncigen\.pbc$
+^compilers/ncigen/ncigen\.pbc/
 # generated from svn:ignore of 'compilers/ncigen/src/'
 ^compilers/ncigen/src/gen_actions\.pir$
 ^compilers/ncigen/src/gen_actions\.pir/

Reply via email to