Commit 5bef7560 authored by Chris McDonough's avatar Chris McDonough

Exclude more files which are obviously bogus.

parent 29ffdf8b
......@@ -118,8 +118,11 @@ sdist_tgz:
${CD} ${TMPDIR} && ${LN} ${BASE_DIR} ${PACKAGE_NAME} && \
${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tar.gz ${PACKAGE_NAME} \
--exclude=${PACKAGE_NAME}.tar.gz\
--exclude=CVS --exclude=.cvsignore \
--exclude=makefile
--exclude=CVS \
--exclude=.cvsignore \
--exclude=makefile \
--exclude=*~ \
--exclude=.#*
${RMRF} ${TMPDIR}/${PACKAGE_NAME}
# clobber: Make the source tree 'pristine' again.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment