Browse Source
Merge pull request #592 from trapexit/tarball
makefile: remove superclean dependency from tarball
pull/593/head
trapexit
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Makefile
|
@ -180,7 +180,7 @@ endif |
|
|
|
|
|
|
|
|
man: $(MANPAGE) |
|
|
man: $(MANPAGE) |
|
|
|
|
|
|
|
|
tarball: superclean man changelog authors version |
|
|
|
|
|
|
|
|
tarball: man changelog authors version |
|
|
$(eval VERSION := $(shell cat VERSION)) |
|
|
$(eval VERSION := $(shell cat VERSION)) |
|
|
$(eval VERSION := $(subst -,_,$(VERSION))) |
|
|
$(eval VERSION := $(subst -,_,$(VERSION))) |
|
|
$(eval FILENAME := $(TARGET)-$(VERSION)) |
|
|
$(eval FILENAME := $(TARGET)-$(VERSION)) |
|
|