From 269363144769f504096604d01dc6846e9eb302d7 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 22 Nov 2007 09:09:58 +0100 Subject: [PATCH] split doc and binary build --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index be6d185d9..2d30c5e66 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ DOCS = awesome.1.txt SRCCLIENT = awesome-client.c awesome-client-common.c util.c OBJCLIENT = ${SRCCLIENT:.c=.o} -all: options awesome.1 awesome awesome-client +all: options awesome awesome-client options: @echo awesome build options: @@ -58,11 +58,11 @@ dist: clean @gzip -9 awesome-${VERSION}.tar @rm -rf awesome-${VERSION} -strip: all +strip: awesome awesome-client strip awesome strip awesome-client -install: strip install-unstrip +install: awesome.1 strip install-unstrip install-unstrip: @echo installing executable file to ${DESTDIR}${PREFIX}/bin