summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-02-27 13:08:54 -0800
committerisaacs <i@izs.me>2012-02-27 13:08:54 -0800
commit4f8d7328a465f1dc6cd35c875afc0d5ea6b80538 (patch)
tree0060a123aa6af654560b644d874c353fcf5ae665 /Makefile
parentcd4cb8e79509c3940a94bd70ff16cdb264884114 (diff)
downloadandroid-node-v8-4f8d7328a465f1dc6cd35c875afc0d5ea6b80538.tar.gz
android-node-v8-4f8d7328a465f1dc6cd35c875afc0d5ea6b80538.tar.bz2
android-node-v8-4f8d7328a465f1dc6cd35c875afc0d5ea6b80538.zip
Fix #2822 Only remove logo images, not logo html
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07c9dd8f33..e0e87e534b 100644
--- a/Makefile
+++ b/Makefile
@@ -197,7 +197,7 @@ $(TARBALL): out/doc
cp doc/node.1 $(TARNAME)/doc/node.1
cp -r out/doc/api $(TARNAME)/doc/api
rm -rf $(TARNAME)/deps/v8/test # too big
- rm -rf $(TARNAME)/doc/logos # too big
+ rm -rf $(TARNAME)/doc/logos/*.{png,eps} # too big
tar -cf $(TARNAME).tar $(TARNAME)
rm -rf $(TARNAME)
gzip -f -9 $(TARNAME).tar