X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=99ec20b74a9e0df3b6ace22723a88d2905ac4e90;hp=683dd38de0cf48bae44b23ce8ad9dff8dee9db43;hb=56b97a180a53aecbfe9f7162b8ece3faae973cf9;hpb=8daedbbd0a5af01c7ec996eb5d1ac61345a858d9 diff --git a/doc/Makefile.am b/doc/Makefile.am index 683dd38..99ec20b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -5,9 +5,11 @@ SUFFIXES = \ .1.xml .5.xml .7.xml EXTRA_DIST = \ + asciidoc.conf \ sysdb.1.txt \ sysdbd.1.txt \ sysdbd.conf.5.txt \ + sysdb-description.txt \ sysdbd-cname-dns.5.txt \ sysdbd-collectd-unixsock.5.txt \ sysdbd-mk-livestatus.5.txt \ @@ -76,8 +78,6 @@ ADOC_FLAGS = \ -apackage_version=$(PACKAGE_VERSION) \ -alocalstatedir=$(localstatedir) \ $(ADOCFLAGS) -# XXX: Make asciidoc use this stylesheet -HTML_ATTRS = --stylesheet=$(srcdir)/sysdb-man.css MAN_DEPS = asciidoc.conf ../version @@ -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: @@ -129,9 +132,9 @@ sysdbql.7.html: sysdbql.7.txt sysdb-description.txt $(MAN_DEPS) @XMLTO@ man $< .1.txt.1.html: - @ASCIIDOC@ $(ADOC_FLAGS) -b xhtml11 -d manpage $< + @ASCIIDOC@ $(ADOC_FLAGS) -b html5 -d manpage $< .5.txt.5.html: - @ASCIIDOC@ $(ADOC_FLAGS) -b xhtml11 -d manpage $< + @ASCIIDOC@ $(ADOC_FLAGS) -b html5 -d manpage $< .7.txt.7.html: - @ASCIIDOC@ $(ADOC_FLAGS) -b xhtml11 -d manpage $< + @ASCIIDOC@ $(ADOC_FLAGS) -b html5 -d manpage $<