From 4e42d40e282e0977d8df882c49e1602740d3d79f Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sat, 23 Jan 2010 10:04:38 -0500 Subject: man: allow installing prebuilt man pages from tarball The man pages source may be supplied in the tarball or built from git. The makefile needs to take that into consideration and adjust the targets accordingly. Reviewed-by: Dan Nicholson Signed-off-by: Gaetan Nadon (cherry picked from commit c183e15263787af913bf8eb7be707e0f2e974824) --- man/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am index 221b677..8ea88e8 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -114,7 +114,7 @@ libman_ref = \ libman_pre = $(libman_txt:.txt=.man) $(libman_ref) -if HAVE_DOCTOOLS +if INSTALL_MANPAGES nodist_libman_DATA = $(libman_pre:.man=.$(LIB_MAN_SUFFIX)) endif -- cgit v1.2.3