From: Sebastian Harl Date: Tue, 20 May 2014 13:27:15 +0000 (+0200) Subject: doc/Makefile: Removed the dependency on docbook-xsl.css. X-Git-Tag: sysdb-0.1.0~10 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=6022667a37c82e4a68ca98c70a1d79efa4608d26 doc/Makefile: Removed the dependency on docbook-xsl.css. Also, get rid of the ugly hack to "create" it. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 5b3127a..8c280e4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -22,7 +22,6 @@ CLEANFILES = \ sysdbd-syslog.5 \ sysdb.7 \ sysdbql.7 \ - docbook-xsl.css \ sysdb.1.html \ sysdbd.1.html \ sysdbd.conf.5.html \ @@ -47,7 +46,6 @@ man_MANS = \ sysdbql.7 html_DATA = \ - docbook-xsl.css \ sysdb.1.html \ sysdbd.1.html \ sysdbd.conf.5.html \ @@ -86,10 +84,6 @@ sysdbd-syslog.5.html: sysdbd-syslog.5.txt ../version sysdb.7.html: sysdb.7.txt sysdb-description.txt ../version sysdbql.7.html: sysdbql.7.txt sysdb-description.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: