X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=99ec20b74a9e0df3b6ace22723a88d2905ac4e90;hp=bdbdf91246b7b8d1076f986f02420d06b498e56f;hb=56b97a180a53aecbfe9f7162b8ece3faae973cf9;hpb=6baf992831f54ce22acb98a306f862ec01d3d84f diff --git a/doc/Makefile.am b/doc/Makefile.am index bdbdf91..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 \ @@ -130,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 $<