From 76d90953bb6e16aec214549d5719b6b7e5fbedfc Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Sun, 2 Oct 2011 04:31:14 -0700 Subject: distclean couchjs.1 help2man file --- src/couchdb/priv/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/couchdb/priv') 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 -- cgit v1.2.3