From c183e15263787af913bf8eb7be707e0f2e974824 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 --- 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 dd3ed94..baa0492 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -111,7 +111,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