[svn:parrot] r45595 - trunk/config/gen/makefiles

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Apr 12 08:43:19 UTC 2010


Author: mikehh
Date: Mon Apr 12 08:43:18 2010
New Revision: 45595
URL: https://trac.parrot.org/parrot/changeset/45595

Log:
fix codetest failure - trailing whitespace

Modified:
   trunk/config/gen/makefiles/docs.in

Modified: trunk/config/gen/makefiles/docs.in
==============================================================================
--- trunk/config/gen/makefiles/docs.in	Mon Apr 12 08:02:05 2010	(r45594)
+++ trunk/config/gen/makefiles/docs.in	Mon Apr 12 08:43:18 2010	(r45595)
@@ -53,7 +53,7 @@
 html: all
 	$(PERL) -I../lib ../tools/docs/write_docs.pl --silent --version=$(VERSION)
 
-# The pdf target is to generate a parrot PDF document. 
+# The pdf target is to generate a parrot PDF document.
 # It will not work on Windows. It call a script which use a specific Unix
 # command. May be that will be changed.
 pdf: ../tools/docs/book-to-latex.pl ../tools/docs/filename_and_chapter.pl
@@ -66,7 +66,7 @@
 #	cp build/parrot-book.pdf build/parrot-book-$$(date +"%Y.%m").pdf
 
 pdf-clean:
-	$(RM_RF) build	
+	$(RM_RF) build
 
 html-clean:
 	$(RM_RF) html


More information about the parrot-commits mailing list