From 82fda5f33cfa1e6300a267c10efbc2675b441afe Mon Sep 17 00:00:00 2001 From: Rogan Creswick Date: Tue, 30 Oct 2012 14:14:53 -0700 Subject: added images for the styles to jsdoc template and updated the jsdoc build script --- build/jsdoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/jsdoc') 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 -- cgit v1.2.3