X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;ds=inline;f=Makefile;h=c75369367214a420419db553df321b71a72bc3c2;hb=2197ad899f8b9054374fabfec858ecb2c4a63f03;hp=bc925d0292ffc0d6279ec42e816dd5e4d9065722;hpb=5563f83fdcff35ac43edd5e5de0a2f131d2c969d;p=selector.git diff --git a/Makefile b/Makefile index bc925d0..c753693 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # dynamic pattern-matching. # # Copyright (c) 2009 Francois Fleuret -# Written by Francois Fleuret +# Written by Francois Fleuret # # This file is part of selector. # @@ -21,12 +21,12 @@ # along with selector. If not, see . # -BINARY_PATH = /usr/local/bin +BINARY_PATH = /usr/bin MAN_PATH = /usr/share/man/man1 LDFLAGS=-lcurses -REVISION_NUMBER=$(shell git log | grep ^commit | wc -l) +REVISION_NUMBER=$(shell cat REVISION_NUMBER) ifeq ($(DEBUG),yes) OPTIMIZE_FLAG = -ggdb3 -DDEBUG @@ -41,7 +41,7 @@ all: selector selector: selector.o $(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS) -install: +install: selector install -m 755 selector $(BINARY_PATH) install -m 644 selector.1 $(MAN_PATH) gzip $(MAN_PATH)/selector.1