split doc and binary build

This commit is contained in:
Julien Danjou 2007-11-22 09:09:58 +01:00
parent 22655a20b2
commit 2693631447
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ DOCS = awesome.1.txt
SRCCLIENT = awesome-client.c awesome-client-common.c util.c SRCCLIENT = awesome-client.c awesome-client-common.c util.c
OBJCLIENT = ${SRCCLIENT:.c=.o} OBJCLIENT = ${SRCCLIENT:.c=.o}
all: options awesome.1 awesome awesome-client all: options awesome awesome-client
options: options:
@echo awesome build options: @echo awesome build options:
@ -58,11 +58,11 @@ dist: clean
@gzip -9 awesome-${VERSION}.tar @gzip -9 awesome-${VERSION}.tar
@rm -rf awesome-${VERSION} @rm -rf awesome-${VERSION}
strip: all strip: awesome awesome-client
strip awesome strip awesome
strip awesome-client strip awesome-client
install: strip install-unstrip install: awesome.1 strip install-unstrip
install-unstrip: install-unstrip:
@echo installing executable file to ${DESTDIR}${PREFIX}/bin @echo installing executable file to ${DESTDIR}${PREFIX}/bin