Fix #2822 Only remove logo images, not logo html
authorisaacs <i@izs.me>
Mon, 27 Feb 2012 21:08:54 +0000 (13:08 -0800)
committerisaacs <i@izs.me>
Mon, 27 Feb 2012 21:08:54 +0000 (13:08 -0800)
Makefile

index 07c9dd8..e0e87e5 100644 (file)
--- 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