From 9ecbd20988574353f83868752127ad1b0f9f1254 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 1 Jun 2014 07:16:08 +0200 Subject: [PATCH] doc/: Added local rules to hook HTML manpages into 'make (install-)html'. --- doc/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 683dd38..e8c13ed 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -114,6 +114,9 @@ sysdbd-syslog.5.html: sysdbd-syslog.5.txt $(MAN_DEPS) sysdb.7.html: sysdb.7.txt sysdb-description.txt $(MAN_DEPS) sysdbql.7.html: sysdbql.7.txt sysdb-description.txt $(MAN_DEPS) +html-local: $(html_DATA) +install-html-local: install-htmlDATA + .1.txt.1.xml: @ASCIIDOC@ $(ADOC_FLAGS) -b docbook -d manpage $< .5.txt.5.xml: -- 2.30.2