Code

plugin: Make sdb_plugin_info_t public.
[sysdb.git] / doc / Makefile.am
index bdbdf91246b7b8d1076f986f02420d06b498e56f..99ec20b74a9e0df3b6ace22723a88d2905ac4e90 100644 (file)
@@ -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 $<