X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=99ec20b74a9e0df3b6ace22723a88d2905ac4e90;hp=e8c13ed4c472233dea41c7f8ce3dc9bddfb4a6f6;hb=56b97a180a53aecbfe9f7162b8ece3faae973cf9;hpb=9ecbd20988574353f83868752127ad1b0f9f1254 diff --git a/doc/Makefile.am b/doc/Makefile.am index e8c13ed..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 @@ -132,9 +132,9 @@ install-html-local: install-htmlDATA @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 $<