You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2008/10/23 17:31:58 UTC

svn commit: r707390 - /incubator/couchdb/trunk/src/couchdb/Makefile.am

Author: nslater
Date: Thu Oct 23 08:31:57 2008
New Revision: 707390

URL: http://svn.apache.org/viewvc?rev=707390&view=rev
Log:
fixed jobserver issues with edoc generation

Modified:
    incubator/couchdb/trunk/src/couchdb/Makefile.am

Modified: incubator/couchdb/trunk/src/couchdb/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/src/couchdb/Makefile.am?rev=707390&r1=707389&r2=707390&view=diff
==============================================================================
--- incubator/couchdb/trunk/src/couchdb/Makefile.am (original)
+++ incubator/couchdb/trunk/src/couchdb/Makefile.am Thu Oct 23 08:31:57 2008
@@ -124,7 +124,9 @@
 	$@ < $<
 	chmod +x $@
 
-$(dist_devdoc_DATA): $(source_files)
+$(dist_devdoc_DATA): edoc-info
+
+edoc-info: $(source_files)
 	for file in $(source_files); do \
 	    if test -n "$$edoc_files"; then \
 	        edoc_files="$$edoc_files, "; \