Author: bernhard
Date: Sat Oct 29 06:11:21 2005
New Revision: 9628

Modified:
   trunk/MANIFEST.SKIP
   trunk/tools/dev/gen_manifest_skip.pl
Log:
People lookinto MANIFEST.SKIP are refered to docs/submissions.pod


Modified: trunk/MANIFEST.SKIP
==============================================================================
--- trunk/MANIFEST.SKIP (original)
+++ trunk/MANIFEST.SKIP Sat Oct 29 06:11:21 2005
@@ -1,7 +1,12 @@
 # $Id$
-# generated by gen_manifest_skip.pl Sat Oct 29 06:37:21 2005
+# generated by tools/dev/gen_manifest_skip.pl Sat Oct 29 07:25:03 2005
 #
-# Please update t/src/manifest.t when adding patterns here
+# This file should contain a transkript of the svn:ignore properties
+# of the directories in the Parrot subversion repository.
+# See docs/submissions.pod on how to recreate this file after SVN
+# has been told about new generated files.
+# 
+# Ignore the SVN directories
 \B\.svn\b
 
 # generated from svn:ignore of ''

Modified: trunk/tools/dev/gen_manifest_skip.pl
==============================================================================
--- trunk/tools/dev/gen_manifest_skip.pl        (original)
+++ trunk/tools/dev/gen_manifest_skip.pl        Sat Oct 29 06:11:21 2005
@@ -13,7 +13,7 @@ tools/dev/gen_manifest_skip.pl - generat
 =head1 DESCRIPTION
 
 Goes through the Parrot directories and ask about the svn:ignore property.
-Print content for  a MANIFEST.SKIP file to STDOUT.
+Print content for a MANIFEST.SKIP file to STDOUT.
 
 =cut
 
@@ -29,9 +29,14 @@ my $dist = Parrot::Distribution->new();
 my $skip = $dist->gen_manifest_skip();
 
 my $header = '# $' . 'Id' . '$' . "\n" . << 'END_HEADER';   # confuse SVN
-# generated by gen_manifest_skip.pl NOW
+# generated by tools/dev/gen_manifest_skip.pl NOW
 #
-# Please update t/src/manifest.t when adding patterns here
+# This file should contain a transkript of the svn:ignore properties
+# of the directories in the Parrot subversion repository.
+# See docs/submissions.pod on how to recreate this file after SVN
+# has been told about new generated files.
+# 
+# Ignore the SVN directories
 \B\.svn\b
 END_HEADER
 my $now = localtime();

Reply via email to