diff options
author | Bert Münnich <ber.t@gmx.com> | 2011-11-11 22:54:59 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@gmx.com> | 2011-11-11 22:54:59 +0100 |
commit | c65f512fabf20d9887e4aa580ec49cfbd10f6479 (patch) | |
tree | 1822a145d17b26c9922d78306897f528c01b9dda /Makefile | |
parent | 92b2779b001058accd561d2fff4d1348d04dd448 (diff) |
Removed target "dist" from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -41,15 +41,6 @@ clean: @echo "cleaning" @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 @echo "installing executable file to $(DESTDIR)$(PREFIX)/bin" @install -D -m 755 sxiv $(DESTDIR)$(PREFIX)/bin/sxiv |