summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-12 12:30:19 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-12 12:30:19 +0100
commit16617b30aa2059891a8a31f94879990c58538817 (patch)
treefcff2e5b0735d2445105dcac7d6c077d8910f3b4
parent73691c6bfdb24862c90aa1991891aa1f8a575440 (diff)
downloadjenkins.debian.net-16617b30aa2059891a8a31f94879990c58538817.tar.xz
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 aa1a4a4e..56f30e03 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=./theme -b html5 -a toc -a toclevels=4 -a icons -a stylesheet=$(pwd)/theme/debian.css"
+ASCIIDOC_PARAMS="-a numbered -a data-uri -a iconsdir=/etc/asciidoc/images/icons -a scriptsdir=/etc/asciidoc/javascripts -a imagesdir=./theme -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