Skip to content

Commit

Permalink
add doc/man to subdir if configure flag --enable-man is set
Browse files Browse the repository at this point in the history
  • Loading branch information
nomnombtc committed Aug 26, 2016
1 parent 00dba72 commit dc84b6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ACLOCAL_AMFLAGS = -I build-aux/m4
SUBDIRS = src
if ENABLE_MAN
SUBDIRS += doc/man
endif
.PHONY: deploy FORCE

GZIP_ENV="-9n"
Expand Down Expand Up @@ -213,6 +216,8 @@ DISTCLEANFILES = qa/pull-tester/tests_config.pyc

.INTERMEDIATE: $(COVERAGE_INFO)

DISTCHECK_CONFIGURE_FLAGS = --enable-man

clean-local:
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ qa/tmp/ cache/ $(OSX_APP)
rm -rf qa/pull-tester/__pycache__

0 comments on commit dc84b6f

Please sign in to comment.