From d72f104dfe623f45f855c539bbd0a597f16ea20e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 12 Apr 2011 13:08:22 +0100 Subject: [PATCH 5/6] Install man2html output to $(htmldir) --- doc/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 7648a8b..d0e4959 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -102,7 +102,7 @@ uninstall-local:: endif if DBUS_HAVE_MAN2HTML -all-local:: $(MAN_HTML_FILES) +html_DATA += $(MAN_HTML_FILES) %.1.html: %.1 $(AM_V_GEN)( $(MAN2HTML) $< > $@.tmp && mv $@.tmp $@ ) -- 1.7.4.1