Fixed typo in Makefile; increases unstable version number
This commit is contained in:
parent
45f4f6d3c4
commit
dd15e31373
4
Makefile
4
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERSION = git-20120328
|
VERSION = git-20120417
|
||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -ansi -Wall -pedantic -O2
|
CFLAGS = -ansi -Wall -pedantic -O2
|
||||||
|
@ -51,7 +51,7 @@ install: all
|
||||||
uninstall:
|
uninstall:
|
||||||
@echo "removing executable file from $(DESTDIR)$(PREFIX)/bin"
|
@echo "removing executable file from $(DESTDIR)$(PREFIX)/bin"
|
||||||
@rm -f $(DESTDIR)$(PREFIX)/bin/sxiv
|
@rm -f $(DESTDIR)$(PREFIX)/bin/sxiv
|
||||||
@echo "removind desktop file from $(DESTDIR)$(PREFIX)/share/applications"
|
@echo "removing desktop file from $(DESTDIR)$(PREFIX)/share/applications"
|
||||||
@rm -f $(DESTDIR)$(PREFIX)/share/applications/sxiv.desktop
|
@rm -f $(DESTDIR)$(PREFIX)/share/applications/sxiv.desktop
|
||||||
@echo "removing manual page from $(DESTDIR)$(MANPREFIX)/man1"
|
@echo "removing manual page from $(DESTDIR)$(MANPREFIX)/man1"
|
||||||
@rm -f $(DESTDIR)$(MANPREFIX)/man1/sxiv.1
|
@rm -f $(DESTDIR)$(MANPREFIX)/man1/sxiv.1
|
||||||
|
|
Loading…
Reference in New Issue