baum

changeset 24:69a7cf2f0c06 0.1

make dist includes now a stripped executable (should we include the exe at all?)
author meillo@marmaro.de
date Wed, 13 Feb 2008 22:04:12 +0100
parents a58214424c43
children 6f2c1f9dc08f
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/Makefile	Wed Feb 13 21:58:56 2008 +0100
     1.2 +++ b/Makefile	Wed Feb 13 22:04:12 2008 +0100
     1.3 @@ -52,7 +52,7 @@
     1.4  	@echo stripping ${NAME}
     1.5  	@strip ${NAME}
     1.6  
     1.7 -dist: build changelog
     1.8 +dist: build changelog strip
     1.9  	@echo "generating tarball"
    1.10  	@mkdir -p ${NV}
    1.11  	@cp -rf ${NAME} ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV}
    1.12 @@ -76,7 +76,7 @@
    1.13  	@echo generating changelog from mercurial log
    1.14  	@hg log -v --style changelog > ChangeLog
    1.15  
    1.16 -install:
    1.17 +install: build strip
    1.18  	@echo installing executable file to ${DESTDIR}${BINDIR}
    1.19  	@mkdir -p ${DESTDIR}${BINDIR}
    1.20  	@cp ${NAME} ${DESTDIR}${BINDIR}