From 1763e9f2537d4ca3cf8a614fad8a606db69da6ea Mon Sep 17 00:00:00 2001 From: Bert Date: Tue, 10 May 2011 09:47:24 +0200 Subject: Unstable version number in Makefile --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0cc621a..3f439f6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: sxiv -VERSION=0.8.1 +VERSION=git-20110510 CC?=gcc DESTDIR?= @@ -19,10 +19,10 @@ sxiv: $(OBJFILES) $(CC) $(CFLAGS) -c -o $@ $< install: all - install -D -m 755 -o root -g root sxiv ${DESTDIR}$(PREFIX)/bin/sxiv - mkdir -p ${DESTDIR}$(PREFIX)/share/man/man1 - sed "s/VERSION/$(VERSION)/g" sxiv.1 > ${DESTDIR}$(PREFIX)/share/man/man1/sxiv.1 - chmod 644 ${DESTDIR}$(PREFIX)/share/man/man1/sxiv.1 + install -D -m 755 -o root -g root sxiv $(DESTDIR)$(PREFIX)/bin/sxiv + mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1 + sed "s/VERSION/$(VERSION)/g" sxiv.1 > $(DESTDIR)$(PREFIX)/share/man/man1/sxiv.1 + chmod 644 $(DESTDIR)$(PREFIX)/share/man/man1/sxiv.1 clean: rm -f sxiv *.o -- cgit v1.2.3-54-g00ecf