summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-12 12:37:29 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-12 12:37:29 +0100
commitbed20bb7ece3df39979496fc6ece3765364ad0b8 (patch)
tree06ee71e17142abdb088fc1124c453c54f744fe9c /update_jdn.sh
parent246529cf8046dcad335d83800047d5ccc95fc5c9 (diff)
downloadjenkins.debian.net-bed20bb7ece3df39979496fc6ece3765364ad0b8.tar.xz
fixup: fixup: fixup: fixup: fix path to images in css
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 90a66a60..70c6c2c4 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -56,7 +56,7 @@ cp -r bin logparse job-cfg /srv/jenkins/
explain "Jenkins updated."
cp -r TODO README userContent/* /var/lib/jenkins/userContent/
cd /var/lib/jenkins/userContent/
-ASCIIDOC_PARAMS="-a numbered -a data-uri -a iconsdir=/etc/asciidoc/images/icons -a scriptsdir=/etc/asciidoc/javascripts -a imagesdir=$(pwd)/theme -b html5 -a toc -a toclevels=4 -a icons -a images -a stylesheet=$(pwd)/theme/debian-asciidoc.css"
+ASCIIDOC_PARAMS="-a numbered -a data-uri -a iconsdir=/etc/asciidoc/images/icons -a scriptsdir=/etc/asciidoc/javascripts -a imagesdir=$(pwd)/.. -b html5 -a toc -a toclevels=4 -a icons -a images -a stylesheet=$(pwd)/theme/debian-asciidoc.css"
asciidoc $ASCIIDOC_PARAMS -o about.html README
asciidoc $ASCIIDOC_PARAMS -o todo.html TODO
rm TODO README