Change ./preprocess.sh for docs.sh too.

This commit is contained in:
Jürg Lehni 2011-07-26 10:17:59 +01:00
parent 11cf28b403
commit 5b6df3d3bf

View file

@ -34,5 +34,5 @@ if [ $MODE == "docs" ]
then
# Build paper.js library for documentation
./preprocess.sh stripped ../src/paper.js ../dist/docs/resources/js/paper.js\
"-DBROWSER"
'{ "browser": true }'
fi