Commit 5cbd197d authored by KAPP Arnaud's avatar KAPP Arnaud

Merge pull request #1430 from junovitch/fix-man-install-without-doc-build

Enable install of man pages when BUILD_DOC is not set by shifting INS…
parents f4da5442 45610c35
......@@ -32,13 +32,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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment