From 9bafb5222266e2fc6f6ba38730dcaf8eefafaa14 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Thu, 23 Oct 2008 15:31:57 +0000 Subject: fixed jobserver issues with edoc generation git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707390 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/couchdb/Makefile.am') diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index bd13764a..428c4d9e 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -124,7 +124,9 @@ couch.app: couch.app.tpl $@ < $< 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, "; \ -- cgit v1.2.3