Removed target "dist" from Makefile
This commit is contained in:
parent
92b2779b00
commit
c65f512fab
9
Makefile
9
Makefile
|
@ -41,15 +41,6 @@ clean:
|
||||||
@echo "cleaning"
|
@echo "cleaning"
|
||||||
@rm -f $(OBJ) config sxiv sxiv-$(VERSION).tar.gz
|
@rm -f $(OBJ) config sxiv sxiv-$(VERSION).tar.gz
|
||||||
|
|
||||||
dist: clean
|
|
||||||
@echo "creating dist tarball"
|
|
||||||
@mkdir -p sxiv-$(VERSION)
|
|
||||||
@cp LICENSE Makefile README.md config.def.h sxiv.1 $(SRC) config.c \
|
|
||||||
sxiv-$(VERSION)
|
|
||||||
@tar -cf sxiv-$(VERSION).tar sxiv-$(VERSION)
|
|
||||||
@gzip sxiv-$(VERSION).tar
|
|
||||||
@rm -rf sxiv-$(VERSION)
|
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
@echo "installing executable file to $(DESTDIR)$(PREFIX)/bin"
|
@echo "installing executable file to $(DESTDIR)$(PREFIX)/bin"
|
||||||
@install -D -m 755 sxiv $(DESTDIR)$(PREFIX)/bin/sxiv
|
@install -D -m 755 sxiv $(DESTDIR)$(PREFIX)/bin/sxiv
|
||||||
|
|
Loading…
Reference in New Issue