[svn:parrot] r45815 - trunk/tools/docs

gerd at svn.parrot.org gerd at svn.parrot.org
Tue Apr 20 05:24:47 UTC 2010


Author: gerd
Date: Tue Apr 20 05:24:46 2010
New Revision: 45815
URL: https://trac.parrot.org/parrot/changeset/45815

Log:
Add one chapter

Modified:
   trunk/tools/docs/filename_and_chapter.pl

Modified: trunk/tools/docs/filename_and_chapter.pl
==============================================================================
--- trunk/tools/docs/filename_and_chapter.pl	Tue Apr 20 04:34:57 2010	(r45814)
+++ trunk/tools/docs/filename_and_chapter.pl	Tue Apr 20 05:24:46 2010	(r45815)
@@ -12,6 +12,7 @@
 
 my $item_list_ref = [ ['intro.pod', 'Introduction to Parrot'],
                       ['overview.pod', 'Overview'],
+                      ['submissions.pod', 'Submitting bug reports and patches'],
                     ];
 
 my $lang = @$item_list_ref;


More information about the parrot-commits mailing list