aboutsummaryrefslogtreecommitdiff
path: root/build/jsdoc
diff options
context:
space:
mode:
Diffstat (limited to 'build/jsdoc')
-rwxr-xr-xbuild/jsdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/jsdoc b/build/jsdoc
index 510cf4c..539a148 100755
--- a/build/jsdoc
+++ b/build/jsdoc
@@ -17,3 +17,6 @@ pandoc ${template}/static/preludeIntro.md \
--template=${script_path}/jsdoc.css
java -jar ${jsrun_jar} ${runjs} -a --template="${template}" -d="${target}" $@
+
+# copy the some of the content of the 'static' template directory into the destination:
+cp -rv ${template}/static/images/ "${target}/images" \ No newline at end of file