summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-12 12:39:23 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-12 12:39:23 +0100
commit2be7767da237293d9dfe608871c33fe278bff7e2 (patch)
tree2fe3e7c3d1c88b480ca86785766d75c946cd2a4b
parentbed20bb7ece3df39979496fc6ece3765364ad0b8 (diff)
downloadjenkins.debian.net-2be7767da237293d9dfe608871c33fe278bff7e2.tar.xz
fixup: fixup: fixup: fixup: fix path to images in css
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 70c6c2c4..1fd8a513 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)/.. -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 -b html5 -a toc -a toclevels=4 -a icons -a stylesheet=$(pwd)/theme/debian-asciidoc.css"
asciidoc $ASCIIDOC_PARAMS -o about.html README
asciidoc $ASCIIDOC_PARAMS -o todo.html TODO
rm TODO README