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
parent
commit
2ca0cb0fbf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Makefile

2
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))

Loading…
Cancel
Save