Remove dep symlinks from tarball

This commit is contained in:
isaacs 2012-06-11 08:18:30 -07:00
parent 5432a1d985
commit 76f6a4abb4

View File

@ -224,6 +224,7 @@ $(TARBALL): node out/doc
cp -r out/doc/api/* $(TARNAME)/doc/api/
rm -rf $(TARNAME)/deps/v8/test # too big
rm -rf $(TARNAME)/doc/images # too big
find $(TARNAME)/ -type l | xargs rm # annoying on windows
tar -cf $(TARNAME).tar $(TARNAME)
rm -rf $(TARNAME)
gzip -f -9 $(TARNAME).tar