summaryrefslogtreecommitdiff
path: root/doit.sh
diff options
context:
space:
mode:
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