split doc and binary build
This commit is contained in:
parent
22655a20b2
commit
2693631447
6
Makefile
6
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue