Install man2html output to $(htmldir)
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 12 Apr 2011 12:08:22 +0000 (13:08 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 18 Jul 2011 18:24:47 +0000 (19:24 +0100)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=36156
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
doc/Makefile.am

index 7648a8b..d0e4959 100644 (file)
@@ -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 $@ )