build: don't install github templates
authorJohan Bergström <bugs@bergstroem.nu>
Wed, 9 Mar 2016 00:21:27 +0000 (11:21 +1100)
committerMyles Borins <mborins@us.ibm.com>
Mon, 21 Mar 2016 20:07:11 +0000 (13:07 -0700)
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>
Makefile

index 5ad0000..ff0098b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -370,6 +370,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)