From 16d971bce70a2b3aab1d3c60101e00f264159c07 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 2 Dec 2003 15:36:49 +0000 Subject: * A nice stylesheet for the manual. --- doc/manual/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/manual/Makefile.am') diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 53a913ce6b03..34039ba361c7 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -3,12 +3,14 @@ ENV = SGML_CATALOG_FILES=$(docbookcatalog) XMLLINT = $(ENV) $(xmllint) $(xmlflags) --catalogs XSLTPROC = $(ENV) $(xsltproc) $(xmlflags) --catalogs \ --param section.autolabel 1 \ - --param section.label.includes.component.label 1 + --param section.label.includes.component.label 1 \ + --param html.stylesheet \'style.css\' SOURCES = book.xml introduction.xml installation.xml \ overview.xml \ nix-store-reference.xml nix-instantiate-reference.xml \ - troubleshooting.xml bugs.xml + troubleshooting.xml bugs.xml \ + style.css book.is-valid: $(SOURCES) $(XMLLINT) --noout --valid book.xml @@ -27,6 +29,7 @@ all-local: book.html install-data-local: book.html $(INSTALL) -d $(datadir)/nix/manual $(INSTALL_DATA) book.html $(datadir)/nix/manual + $(INSTALL_DATA) style.css $(datadir)/nix/manual EXTRA_DIST = $(SOURCES) book.html book.is-valid $(MANS) -- cgit 1.4.1