[svn:parrot] r42898 - trunk/config/gen/makefiles
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Sat Dec 5 01:42:30 UTC 2009
Author: jkeenan
Date: Sat Dec 5 01:42:30 2009
New Revision: 42898
URL: https://trac.parrot.org/parrot/changeset/42898
Log:
Applying patch submitted by Andy Dougherty 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 Fri Dec 4 22:03:37 2009 (r42897)
+++ trunk/config/gen/makefiles/docs.in Sat Dec 5 01:42:30 2009 (r42898)
@@ -18,7 +18,7 @@
#
# The default target
-all: doc-prep packfile-c.pod $(POD)
+all: 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,6 +33,8 @@
@echo " html-clean: Remove the generated HTML documentation."
@echo ""
+$(POD): doc-prep
+
doc-prep:
$(MKPATH) ops
More information about the parrot-commits
mailing list