From 6022667a37c82e4a68ca98c70a1d79efa4608d26 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 20 May 2014 15:27:15 +0200 Subject: [PATCH] doc/Makefile: Removed the dependency on docbook-xsl.css. Also, get rid of the ugly hack to "create" it. --- doc/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) 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: -- 2.30.2