X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=c75369367214a420419db553df321b71a72bc3c2;hb=38e62ee50d9f4b6f77a34f6841a2db635e2553df;hp=bc925d0292ffc0d6279ec42e816dd5e4d9065722;hpb=d16091a095fc688298550b1de41aad0b158b9761;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