aboutsummaryrefslogtreecommitdiff
path: root/build/jsdoc
diff options
context:
space:
mode:
authorGravatar Rogan Creswick <creswick@gmail.com>2012-10-30 14:14:53 -0700
committerGravatar Rogan Creswick <creswick@gmail.com>2012-10-30 14:14:53 -0700
commit82fda5f33cfa1e6300a267c10efbc2675b441afe (patch)
tree669196e1410863f31a8cbab964d4d30e877b177b /build/jsdoc
parent7a16129e03a9b369606ec1e7d83870fcf9ea0318 (diff)
added images for the styles to jsdoc template and updated the jsdoc build script
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