From afc4870d9d13c217cfbbff2c68fa658fb3ef274e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 22 Jan 2008 17:09:45 +0100 Subject: doc: Use CSS style sheet in HTML output. * doc/modules/skribilo/documentation/manual.scm: Set `css' custom of the HTML engine. Explicitly initialize the `chapter-file', etc., customs. * doc/user/Makefile.am (dist_html_DATA): New. * doc/user/skribilo.css: New file. --- doc/user/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/user/Makefile.am') diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index d71c5a4..4f0e16f 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -25,6 +25,7 @@ EXTRA_DIST += src/api1.skb \ BUILT_SOURCES = doc-config.scm html_DATA = user.html +dist_html_DATA = skribilo.css CLEANFILES = $(BUILT_SOURCES) $(html_DATA) skribilo = $(top_builddir)/src/pre-inst-skribilo -- cgit v1.2.3