Skip to content

Commit 8041736

Browse files
committed
Remove buggy "make dist" target
1 parent c9ec497 commit 8041736

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ git-hooks: .git/hooks/pre-commit .git/hooks/commit-msg
6565
.git/hooks/%: test/git-hooks/%
6666
install -m 755 $< $@
6767
68-
dist: lua-gumbo-$(shell git rev-parse --verify --short master).tar.gz
69-
7068
lua-gumbo-%.tar.gz lua-gumbo-%.zip: force
7169
git archive --prefix=lua-gumbo-$*/ -o $@ $*
7270
@@ -159,7 +157,7 @@ clean:
159157
lua-gumbo-*.tar.gz lua-gumbo-*.zip gumbo-*.rockspec coverage.txt
160158
161159
162-
.PHONY: all install uninstall clean dist force git-hooks check
160+
.PHONY: all install uninstall clean force git-hooks check
163161
.PHONY: check-unit check-html5lib check-compat check-valgrind check-install
164162
.PHONY: check-spelling check-serialize check-serialize-ns check-serialize-t1
165163
.PHONY: bench-parse bench-serialize

0 commit comments

Comments
 (0)