diff options
author | Randall Leeds <randall@apache.org> | 2011-10-02 04:31:14 -0700 |
---|---|---|
committer | Randall Leeds <randall@apache.org> | 2011-10-02 04:31:14 -0700 |
commit | 76d90953bb6e16aec214549d5719b6b7e5fbedfc (patch) | |
tree | 01143afac1d32a81a2a03250317f29c0f371216f /src/couchdb | |
parent | a378a6a13981b962039c8cd11e11caf0759965bd (diff) |
distclean couchjs.1 help2man file
Diffstat (limited to 'src/couchdb')
-rw-r--r-- | src/couchdb/priv/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/couchdb/priv/Makefile.am b/src/couchdb/priv/Makefile.am index 130da9f4..b55b5905 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 \ @@ -21,7 +25,7 @@ EXTRA_DIST = \ couch_js/sm180.c \ couch_js/sm185.c -CLEANFILES = stat_descriptions.cfg +CLEANFILES = $(dist_man1_MANS) stat_descriptions.cfg ICU_LOCAL_FLAGS = $(ICU_LOCAL_CFLAGS) $(ICU_LOCAL_LDFLAGS) if WINDOWS @@ -59,10 +63,6 @@ couchjs_LDADD = $(CURL_LDFLAGS) @JSLIB@ 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 |