summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall Leeds <randall@apache.org>2011-10-02 04:31:14 -0700
committerRandall Leeds <randall@apache.org>2011-10-02 04:31:48 -0700
commit2372d9641556b201bf181c557ca6c8064fedd9ac (patch)
tree72da91ac4e0bd7cc7506e352ab8bdcc5bd30c00e
parentb09c2694b36e6f91d19e9501ad3d2904c537a2b3 (diff)
downloadcouchdb-2372d9641556b201bf181c557ca6c8064fedd9ac.tar.gz
distclean couchjs.1 help2man file
-rw-r--r--src/couchdb/priv/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/couchdb/priv/Makefile.am b/src/couchdb/priv/Makefile.am
index 3d4b121ed..1080b011c 100644
--- a/src/couchdb/priv/Makefile.am
+++ b/src/couchdb/priv/Makefile.am
@@ -14,6 +14,10 @@ couchlibdir = $(localerlanglibdir)/couch-$(version)
couchprivdir = $(couchlibdir)/priv
couchprivlibdir = $(couchlibdir)/priv/lib
+if HELP2MAN
+dist_man1_MANS = couchjs.1
+endif
+
EXTRA_DIST = \
spawnkillable/couchspawnkillable.sh \
stat_descriptions.cfg.in \
@@ -22,7 +26,7 @@ EXTRA_DIST = \
couch_js/sm180.c \
couch_js/sm185.c
-CLEANFILES = stat_descriptions.cfg
+CLEANFILES = $(dist_man1_MANS) stat_descriptions.cfg
couchprivlib_LTLIBRARIES = couch_icu_driver.la
if USE_EJSON_COMPARE_NIF
@@ -62,10 +66,6 @@ couchjs_LDADD = $(CURL_LIBS) $(JS_LIBS)
couchpriv_DATA = stat_descriptions.cfg
couchpriv_PROGRAMS = couchspawnkillable
-if HELP2MAN
-dist_man1_MANS = couchjs.1
-endif
-
HELP2MAN_OPTION=--no-info --help-option="-h" --version-option="-V"
couchjs.1: couchjs