summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-01-08 14:19:11 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-01-08 14:19:11 -0500
commite01fd685f236bbe131734af6be0f340cde79de94 (patch)
treef51f8ceebdcc08d506d50feaf592e23799d7d09f /setup.sh
parent60b3d27a4bba167d296de886b93888d82b69cac4 (diff)
downloadhtml5ks-e01fd685f236bbe131734af6be0f340cde79de94.tar.xz
html5ks-e01fd685f236bbe131734af6be0f340cde79de94.zip
Move trim to Makefile
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/setup.sh b/setup.sh
index d6ccf9b..c9f1f00 100755
--- a/setup.sh
+++ b/setup.sh
@@ -7,16 +7,7 @@ cd $(dirname $0)
git submodule update --init
pushd unrpyc
-make install
+make ${MAKEOPTS} install
popd
-trim() {
- for f in "$@"; do
- convert -trim "$f" "$f"
- done
- optipng -o7 "$@"
-}
-
-trim www/dump/ui/bt-cf-unchecked.png www/dump/ui/bt-cf-checked.png
-
make ${MAKEOPTS}