[svn:parrot] r45495 - in trunk: docs tools/docs

plobsing at svn.parrot.org plobsing at svn.parrot.org
Sat Apr 10 01:58:57 UTC 2010


Author: plobsing
Date: Sat Apr 10 01:58:57 2010
New Revision: 45495
URL: https://trac.parrot.org/parrot/changeset/45495

Log:
correct PDF book tools wrt distro_test

Modified:
   trunk/docs/Makefile.pdf   (props changed)
   trunk/tools/docs/book-to-latex.pl   (contents, props changed)
   trunk/tools/docs/filename_and_chapter.pl   (contents, props changed)

Modified: trunk/tools/docs/book-to-latex.pl
==============================================================================
--- trunk/tools/docs/book-to-latex.pl	Sat Apr 10 01:45:23 2010	(r45494)
+++ trunk/tools/docs/book-to-latex.pl	Sat Apr 10 01:58:57 2010	(r45495)
@@ -1,4 +1,7 @@
 #!perl -w
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
+
 use strict;
 use Pod::PseudoPod::LaTeX;
 
@@ -6,7 +9,7 @@
 \documentclass[11pt,a4paper,oneside]{report}
 \usepackage{graphics,graphicx}
 \usepackage{colortbl}
- 
+
 \begin{document}
 \tableofcontents
 HEADER

Modified: trunk/tools/docs/filename_and_chapter.pl
==============================================================================
--- trunk/tools/docs/filename_and_chapter.pl	Sat Apr 10 01:45:23 2010	(r45494)
+++ trunk/tools/docs/filename_and_chapter.pl	Sat Apr 10 01:58:57 2010	(r45495)
@@ -1,4 +1,7 @@
 #!perl -w
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
+#
 # perl script that deliver all filenames and the associated chapters
 #
 


More information about the parrot-commits mailing list