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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Dec 5 13:51:13 UTC 2009


Author: jkeenan
Date: Sat Dec  5 13:51:11 2009
New Revision: 42900
URL: https://trac.parrot.org/parrot/changeset/42900

Log:
Reverting r42898 per report in http://trac.parrot.org/parrot/ticket/1216.

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

Modified: trunk/config/gen/makefiles/docs.in
==============================================================================
--- trunk/config/gen/makefiles/docs.in	Sat Dec  5 02:45:27 2009	(r42899)
+++ trunk/config/gen/makefiles/docs.in	Sat Dec  5 13:51:11 2009	(r42900)
@@ -18,7 +18,7 @@
 #
 
 # The default target
-all: packfile-c.pod $(POD)
+all: doc-prep packfile-c.pod $(POD)
 
 # This is a listing of all targets, that are meant to be called by users
 # Most of them are proxied in the root makefile parrot/Makefile
@@ -33,8 +33,6 @@
 	@echo "  html-clean:        Remove the generated HTML documentation."
 	@echo ""
 
-$(POD): doc-prep
-
 doc-prep:
 	$(MKPATH) ops
 


More information about the parrot-commits mailing list