summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohan Bergström <bugs@bergstroem.nu>2016-03-09 11:21:27 +1100
committerJohan Bergström <bugs@bergstroem.nu>2016-03-10 10:28:17 +1100
commit7f586c090a9c3e192a9d43e656e3b9ed29620f6b (patch)
tree10fff5108a5e55cb047d9a8fe057fbeb136e9eaf /Makefile
parenta9c27911e1a41c22c9628ff2da2fcc663ec8ecc9 (diff)
downloadandroid-node-v8-7f586c090a9c3e192a9d43e656e3b9ed29620f6b.tar.gz
android-node-v8-7f586c090a9c3e192a9d43e656e3b9ed29620f6b.tar.bz2
android-node-v8-7f586c090a9c3e192a9d43e656e3b9ed29620f6b.zip
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ebbffedb8a..5e9d083599 100644
--- a/Makefile
+++ b/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)