The following patch adds some missing files to MANIFEST.  It also re-sorts
it for easier maintenance.   It's probably a good idea to periodically run

        perl -MExtUtils::Manifest -e 'ExtUtils::Manifest::fullcheck'

(or equivalent) to keep the MANIFEST in sync.


--- parrot/MANIFEST     Mon Sep 17 21:20:43 2001
+++ parrot-andy/MANIFEST        Tue Sep 18 13:30:16 2001
@@ -1,11 +1,11 @@
-Configure.pl
 Config_pm.in
-Makefile.in
+Configure.pl
 MANIFEST
+Makefile.in
 Parrot/Opcode.pm
 Parrot/PackFile.pm
-Parrot/PackFile/Constant.pm
 Parrot/PackFile/ConstTable.pm
+Parrot/PackFile/Constant.pm
 Parrot/PackFile/FixupTable.pm
 Parrot/Test.pm
 README
@@ -14,46 +14,53 @@
 basic_opcodes.ops
 build_interp_starter.pl
 bytecode.c
-include/parrot/bytecode.h
 config_h.in
 disassemble.pl
 docs/opcodes.pod
 docs/overview.pod
+docs/parrot_assembly.pod
 docs/parrotbyte.pod
 docs/strings.pod
 docs/vtables.pod
+global_setup.c
+hints/mswin32.pl
+include/parrot/bytecode.h
 include/parrot/events.h
 include/parrot/exceptions.h
-global_setup.c
 include/parrot/global_setup.h
-interpreter.c
 include/parrot/interpreter.h
 include/parrot/io.h
+include/parrot/memory.h
+include/parrot/parrot.h
+include/parrot/register.h
+include/parrot/stacks.h
+include/parrot/string.h
+include/parrot/strnative.h
+interpreter.c
+little_languages/Makefile
+little_languages/bench.jako
+little_languages/euclid.jako
+little_languages/fact.jako
+little_languages/fib.jako
+little_languages/hello.jako
+little_languages/jakoc
 make_op_header.pl
 memory.c
-include/parrot/memory.h
 opcheck.pl
 opcode_table
 parrot.c
-include/parrot/parrot.h
 process_opfunc.pl
 register.c
-include/parrot/register.h
-include/parrot/stacks.h
 string.c
-include/parrot/string.h
 strnative.c
-include/parrot/strnative.h
+t/Makefile
+t/euclid.pasm
+t/harness
+t/jump.pasm
+t/local_label.pasm
+t/op/basic.t
+t/op/string.t
 t/test.pasm
 t/test2.pasm
 t/test3.pasm
-t/euclid.pasm
-t/jump.pasm
 test_main.c
-little_languages/euclid.jako
-little_languages/jakoc
-little_languages/Makefile
-little_languages/fact.jako
-little_languages/fib.jako
-little_languages/hello.jako
-little_languages/bench.jako

-- 
    Andy Dougherty              [EMAIL PROTECTED]
    Dept. of Physics
    Lafayette College, Easton PA 18042


Reply via email to