From 8703a0d42c3c1da47d764c41c74a72ef4f14dbef Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 31 Aug 2009 16:42:18 +0200 Subject: stylesheets, and better ReST conformance - layout with two columns and fixed footer - imported docutils official stylesheet - changed the XSLT code to produce XHTML more in line with rst2html.py --- doit.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'doit.sh') diff --git a/doit.sh b/doit.sh index 1e2fbe6..d7ae2df 100755 --- a/doit.sh +++ b/doit.sh @@ -14,6 +14,7 @@ fi if [[ "$*" != '--clean' ]]; then rsync -r output/ /var/www/localhost/htdocs/ rsync -r additions/ /var/www/localhost/htdocs/ + rsync /usr/share/doc/docutils-*/html/html4css1.css /var/www/localhost/htdocs/ fi -- cgit v1.2.3