Mercurial > 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 wrap: on
line diff
--- a/Makefile Wed Feb 13 21:58:56 2008 +0100 +++ b/Makefile Wed Feb 13 22:04:12 2008 +0100 @@ -52,7 +52,7 @@ @echo stripping ${NAME} @strip ${NAME} -dist: build changelog +dist: build changelog strip @echo "generating tarball" @mkdir -p ${NV} @cp -rf ${NAME} ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV} @@ -76,7 +76,7 @@ @echo generating changelog from mercurial log @hg log -v --style changelog > ChangeLog -install: +install: build strip @echo installing executable file to ${DESTDIR}${BINDIR} @mkdir -p ${DESTDIR}${BINDIR} @cp ${NAME} ${DESTDIR}${BINDIR}