# HG changeset patch # User meillo@marmaro.de # Date 1202936652 -3600 # Node ID 69a7cf2f0c06a5e0f0609f80c875e2ceb7ffa9c2 # Parent a58214424c436ecce9c155de031625d562291d04 make dist includes now a stripped executable (should we include the exe at all?) diff -r a58214424c43 -r 69a7cf2f0c06 Makefile --- 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}