summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2008-10-25 16:51:48 +0000
committerJan Lehnardt <jan@apache.org>2008-10-25 16:51:48 +0000
commitbcca300d77072666fa592ea006b9c34becf7c1d7 (patch)
tree9389452611743186dcddc5a2b690f81b084170cd
parent5d222134f9029462d61e2f8b3674a86561641f32 (diff)
Fix edoc error in distribution.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707863 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/couchdb/Makefile.am10
1 files changed, 1 insertions, 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 \