From: Harald Hoyer Date: Wed, 21 Aug 2013 11:12:55 +0000 (+0200) Subject: add dracut.css for dracut.html X-Git-Tag: 033~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bae44febb513a7888f738c9adf5415dd370018e2;p=thirdparty%2Fdracut.git add dracut.css for dracut.html --- diff --git a/Makefile b/Makefile index bfd1320de..0c4ebc50b 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 000000000..e419a0674 --- /dev/null +++ b/dracut.css @@ -0,0 +1,1550 @@ + + \ No newline at end of file