From bcca300d77072666fa592ea006b9c34becf7c1d7 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 25 Oct 2008 16:51:48 +0000 Subject: Fix edoc error in distribution. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707863 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/Makefile.am | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index 0d84e387..81d618fb 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -130,17 +130,9 @@ couch.app: couch.app.tpl $(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, "; \ - fi; \ - edoc_files="$$edoc_files \"$$file\""; \ - done; \ - erl -noshell -run edoc_run files ["$$edoc_files"] - %.beam: %.erl $(ERLC) $< + $(ERL) -noshell -run edoc_run files [\"$<\"] install-data-hook: if test -f "$(DESTDIR)/$(couchprivlibdir)/couch_erl_driver"; then \ -- cgit v1.2.3