From b33ec75a826417eea9f08227af6d2b8bb3d46784 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 29 Apr 2014 23:27:14 +0200 Subject: [PATCH] doc: (Re)generate and install the default asciidoc CSS stylesheet. --- doc/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index fb6c967..ec048b4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -15,6 +15,7 @@ man_MANS = \ sysdbd.conf.5 html_DATA = \ + docbook-xsl.css \ sysdb.1.html \ sysdbd.1.html \ sysdbd.conf.5.html @@ -31,6 +32,10 @@ sysdb.1.html: sysdb.1.txt ../version sysdbd.1.html: sysdbd.1.txt ../version sysdbd.conf.5.html: sysdbd.conf.5.txt ../version +# This is an ugly hack but fine for now. +docbook-xsl.css: + test -e docbook-xsl.css || rm -f sysdb.1.html && make sysdb.1.html + .1.txt.1: @A2X@ -d manpage -f manpage $(ADOC_ATTRS) $< .1.txt.1.html: -- 2.30.2