0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-15 02:07:59 +08:00

Enable install of man pages when BUILD_DOC is not set by shifting INSTALL_MAN outside of BUILD_DOC's if/endif

This commit is contained in:
Jason Unovitch 2015-06-06 18:49:21 -04:00
parent 23f68d2b39
commit c75cc9ec5b

View File

@ -28,13 +28,13 @@ MAINTAINERCLEANFILES = $(MAN_DOC) $(MAN_HTML)
EXTRA_DIST = asciidoc.conf $(MAN_TXT)
if BUILD_DOC
EXTRA_DIST += $(MAN_HTML)
if INSTALL_MAN
dist_man_MANS = $(MAN_DOC)
endif
if BUILD_DOC
EXTRA_DIST += $(MAN_HTML)
SUFFIXES=.html .txt .xml .3 .7
.txt.html: