Skip to content

Commit

Permalink
Remove buggy "make dist" target
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarnes committed Oct 19, 2014
1 parent c9ec497 commit 8041736
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ git-hooks: .git/hooks/pre-commit .git/hooks/commit-msg
.git/hooks/%: test/git-hooks/%
install -m 755 $< $@
dist: lua-gumbo-$(shell git rev-parse --verify --short master).tar.gz
lua-gumbo-%.tar.gz lua-gumbo-%.zip: force
git archive --prefix=lua-gumbo-$*/ -o $@ $*
Expand Down Expand Up @@ -159,7 +157,7 @@ clean:
lua-gumbo-*.tar.gz lua-gumbo-*.zip gumbo-*.rockspec coverage.txt
.PHONY: all install uninstall clean dist force git-hooks check
.PHONY: all install uninstall clean force git-hooks check
.PHONY: check-unit check-html5lib check-compat check-valgrind check-install
.PHONY: check-spelling check-serialize check-serialize-ns check-serialize-t1
.PHONY: bench-parse bench-serialize
Expand Down

0 comments on commit 8041736

Please sign in to comment.