X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=doc%2FMakefile.am;fp=doc%2FMakefile.am;h=5b3127a3381ef5a8a1c9e0197b0cc1608705d0ea;hp=feae549c17fb0effccc9ad0d622b2ea3dd068595;hb=517762043eb9c1f41602b2e4f36026deadb4bc4d;hpb=25c2643acb01a296a647c5a3a71f8ee1e21fb6a9 diff --git a/doc/Makefile.am b/doc/Makefile.am index feae549..5b3127a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -62,6 +62,7 @@ html_DATA = \ ADOC_ATTRS = -apackage_version=$(PACKAGE_VERSION) \ -abuild_date="$$( date --utc '+%F' )" \ -alocalstatedir=$(localstatedir) +HTML_ATTRS = --stylesheet=$(srcdir)/sysdb-man.css sysdb.1: sysdb.1.txt ../version sysdbd.1: sysdbd.1.txt ../version @@ -92,15 +93,15 @@ docbook-xsl.css: .1.txt.1: @A2X@ -d manpage -f manpage $(ADOC_ATTRS) $< .1.txt.1.html: - @A2X@ -d manpage -f xhtml $(ADOC_ATTRS) $< + @A2X@ -d manpage -f xhtml $(HTML_ATTRS) $(ADOC_ATTRS) $< .5.txt.5: @A2X@ -d manpage -f manpage $(ADOC_ATTRS) $< .5.txt.5.html: - @A2X@ -d manpage -f xhtml $(ADOC_ATTRS) $< + @A2X@ -d manpage -f xhtml $(HTML_ATTRS) $(ADOC_ATTRS) $< .7.txt.7: @A2X@ -d manpage -f manpage $(ADOC_ATTRS) $< .7.txt.7.html: - @A2X@ -d manpage -f xhtml $(ADOC_ATTRS) $< + @A2X@ -d manpage -f xhtml $(HTML_ATTRS) $(ADOC_ATTRS) $<