From dd15e3137311ab3f550abec59e8a2ad84e6c1415 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Tue, 17 Apr 2012 22:09:01 +0200 Subject: Fixed typo in Makefile; increases unstable version number --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 21be7f2..6397ba5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = git-20120328 +VERSION = git-20120417 CC = gcc CFLAGS = -ansi -Wall -pedantic -O2 @@ -51,7 +51,7 @@ install: all uninstall: @echo "removing executable file from $(DESTDIR)$(PREFIX)/bin" @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 @echo "removing manual page from $(DESTDIR)$(MANPREFIX)/man1" @rm -f $(DESTDIR)$(MANPREFIX)/man1/sxiv.1 -- cgit v1.2.3-54-g00ecf