Navigation Menu

Skip to content

Commit

Permalink
Don't add nginx built files into tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 10, 2015
1 parent 85fd895 commit 480cff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor/Makefile.am
Expand Up @@ -11,6 +11,7 @@ EXTRA_DIST = \
mruby/CMakeLists.txt

dist-hook:
rm -rf $(distdir)/$(NGINX_DIR)/objs/
GIT_DIR=$(srcdir)/mruby-source/.git git archive --format=tar HEAD | \
tar xf - -C $(distdir)/mruby-source
$(MKDIR_P) $(distdir)/onigmo-source
Expand Down

0 comments on commit 480cff8

Please sign in to comment.