summaryrefslogtreecommitdiff
path: root/doit.sh
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-08-31 16:42:18 +0200
committerdakkar <dakkar@thenautilus.net>2009-08-31 16:42:18 +0200
commit8703a0d42c3c1da47d764c41c74a72ef4f14dbef (patch)
treeecaa72a41012cc6a26a921e8467d672929f24a00 /doit.sh
parentfiles to configure Apache for this site (diff)
downloadthenautilus-8703a0d42c3c1da47d764c41c74a72ef4f14dbef.tar.gz
thenautilus-8703a0d42c3c1da47d764c41c74a72ef4f14dbef.tar.bz2
thenautilus-8703a0d42c3c1da47d764c41c74a72ef4f14dbef.zip
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
Diffstat (limited to 'doit.sh')
-rwxr-xr-xdoit.sh1
1 files changed, 1 insertions, 0 deletions
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