Skip to content

Commit dc84b6f

Browse files
committed
add doc/man to subdir if configure flag --enable-man is set
1 parent 00dba72 commit dc84b6f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile.am

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
ACLOCAL_AMFLAGS = -I build-aux/m4
22
SUBDIRS = src
3+
if ENABLE_MAN
4+
SUBDIRS += doc/man
5+
endif
36
.PHONY: deploy FORCE
47

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

214217
.INTERMEDIATE: $(COVERAGE_INFO)
215218

219+
DISTCHECK_CONFIGURE_FLAGS = --enable-man
220+
216221
clean-local:
217222
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ qa/tmp/ cache/ $(OSX_APP)
218223
rm -rf qa/pull-tester/__pycache__

0 commit comments

Comments
 (0)