Index: MANIFEST
===================================================================
--- MANIFEST	(revision 8594)
+++ MANIFEST	(working copy)
@@ -225,6 +225,7 @@
 config/gen/makefiles/miniperl.in                  []
 config/gen/makefiles/ook.in                       []
 config/gen/makefiles/perl6.in                     []
+config/gen/makefiles/punie.in                     []
 config/gen/makefiles/root.in                      []
 config/gen/makefiles/scheme.in                    []
 config/gen/makefiles/tcl.in                       []
@@ -1213,6 +1214,12 @@
 languages/perl6/t/rx/special.t                    [perl6]
 languages/perl6/t/subs/simple.t                   [perl6]
 languages/perl6/t/var/scalar/string/qq.t          [perl6]
+languages/punie/README                            [punie]
+languages/punie/punie.pir                         [punie]
+languages/punie/PunieGrammar.pir                  [punie]
+languages/punie/demo.p1                           [punie]
+languages/punie/t/harness                         [punie]
+languages/punie/t/io_print.t                      [punie]
 languages/python/Makefile                         []
 languages/python/README                           []
 languages/python/ast2past.py                      []
@@ -1492,6 +1499,7 @@
 lib/Parrot/Test.pm                                [devel]
 lib/Parrot/Test/PGE.pm                            [devel]
 lib/Parrot/Test/Python.pm                         [devel]
+lib/Parrot/Test/Punie.pm                          [devel]
 lib/Parrot/Test/Tcl.pm                            [devel]
 lib/Parrot/Vtable.pm                              [devel]
 lib/Parse/RecDescent.pm                           [devel]
Index: config/gen/makefiles.pl
===================================================================
--- config/gen/makefiles.pl	(revision 8594)
+++ config/gen/makefiles.pl	(working copy)
@@ -98,6 +98,9 @@
   genfile('config/gen/makefiles/tcl.in'       => 'languages/tcl/Makefile',
           commentType       => '#',
           replace_slashes   => 1);
+  genfile('config/gen/makefiles/punie.in'       => 'languages/punie/Makefile',
+          commentType       => '#',
+          replace_slashes   => 1);
   genfile('config/gen/makefiles/tcl_examples.in' => 'languages/tcl/examples/Makefile',
           commentType       => '#',
           replace_slashes   => 1);
