Navigation Menu

Skip to content

Commit

Permalink
Don't include .git and auto generated files for mruby
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 10, 2014
1 parent 50a73c1 commit dfb732b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vendor/Makefile.am
Expand Up @@ -5,6 +5,9 @@ SUBDIRS = mruby
EXTRA_DIST = \
$(NGINX_DIR) \
mruby \
mruby-source \
CMakeLists.txt \
plugins/CMakeLists.txt

dist-hook:
GIT_DIR=$(srcdir)/mruby-source/.git git archive --format=tar HEAD | \
tar xf - -C $(distdir)/mruby-source

0 comments on commit dfb732b

Please sign in to comment.