From 4e116dfbcbe8a3b7a72db4c698b930376540ed6b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 28 Aug 2021 23:38:16 +0200 Subject: m libcolour.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9b1b6d9..8cef49a 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ MAN3_SYMLINKS =\ libcolour_convert_en_masse_llf.3 -all: libcolour.a libcolour.so.$(SO_VERSION) libcolour.7 test +all: libcolour.a libcolour.so.$(SO_VERSION) test conversion-matrices.h: matrices.py @@ -122,11 +122,7 @@ test: test.o libcolour.a $(CC) -o $@ $^ $(LDFLAGS) -libcolour.7: libcolour.7.in - sed 's:/usr/local:$(PREFIX):g' < libcolour.7.in > libcolour.7 - - -install: libcolour.a libcolour.so.$(SO_VERSION) libcolour.7 +install: libcolour.a libcolour.so.$(SO_VERSION) mkdir -p -- "$(DESTDIR)$(PREFIX)/include" cp -- libcolour.h "$(DESTDIR)$(PREFIX)/include/libcolour.h" chmod -- 644 "$(DESTDIR)$(PREFIX)/include/libcolour.h" -- cgit v1.2.3-70-g09d2