From bae44febb513a7888f738c9adf5415dd370018e2 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 21 Aug 2013 13:12:55 +0200 Subject: [PATCH] add dracut.css for dracut.html --- Makefile | 6 +- dracut.css | 1550 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1553 insertions(+), 3 deletions(-) create mode 100644 dracut.css diff --git a/Makefile b/Makefile index bfd1320..0c4ebc5 100644 --- a/Makefile +++ b/Makefile @@ -76,11 +76,11 @@ endif %.xml: %.asc asciidoc -d manpage -b docbook -o $@ $< -dracut.html: dracut.asc $(manpages) +dracut.html: dracut.asc $(manpages) dracut.css asciidoc -a numbered -d book -b docbook -o dracut.xml dracut.asc xsltproc -o dracut.html --xinclude -nonet \ - --stringparam html.stylesheet \ - http://docs.fedoraproject.org/en-US/Common_Content/css/default.css \ + --stringparam custom.css.source dracut.css \ + --stringparam generate.css.header 1 \ http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl dracut.xml rm -f -- dracut.xml diff --git a/dracut.css b/dracut.css new file mode 100644 index 0000000..e419a06 --- /dev/null +++ b/dracut.css @@ -0,0 +1,1550 @@ + + \ No newline at end of file