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

gerd at svn.parrot.org gerd at svn.parrot.org
Mon Apr 12 08:02:05 UTC 2010


Author: gerd
Date: Mon Apr 12 08:02:05 2010
New Revision: 45594
URL: https://trac.parrot.org/parrot/changeset/45594

Log:
Add the "pdf" target also to the main makefile.

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Mon Apr 12 07:12:29 2010	(r45593)
+++ trunk/config/gen/makefiles/root.in	Mon Apr 12 08:02:05 2010	(r45594)
@@ -1622,6 +1622,12 @@
 htmlhelp-clean :
 	$(MAKE) docs htmlhelp-clean
 
+#UNLESS(win32):pdf:
+#UNLESS(win32):	$(MAKE) docs pdf
+
+pdf-clean:
+	$(MAKE) docs pdf-clean
+
 ###############################################################################
 #
 # dynamic PMC targets:


More information about the parrot-commits mailing list