Code

plugin: Make sdb_plugin_info_t public.
[sysdb.git] / doc / Makefile.am
index e8c13ed4c472233dea41c7f8ce3dc9bddfb4a6f6..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 \
@@ -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 $<