mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 15:30:56 +01:00
build: don't install github templates
Avoid putting github templates in the source tarballs. PR-URL: https://github.com/nodejs/node/pull/5612 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
a9c27911e1
commit
7f586c090a
1
Makefile
1
Makefile
@ -432,6 +432,7 @@ $(TARBALL): release-only $(NODE_EXE) doc
|
||||
rm -rf $(TARNAME)/deps/uv/{docs,samples,test}
|
||||
rm -rf $(TARNAME)/deps/openssl/{doc,demos,test}
|
||||
rm -rf $(TARNAME)/deps/zlib/contrib # too big, unused
|
||||
rm -rf $(TARNAME)/.github # github issue templates
|
||||
find $(TARNAME)/ -type l | xargs rm # annoying on windows
|
||||
tar -cf $(TARNAME).tar $(TARNAME)
|
||||
rm -rf $(TARNAME)
|
||||
|
Loading…
Reference in New Issue
Block a user