- adapted Makefile for git

- included Makefile in tarball
This commit is contained in:
Ronald Schaten 2011-12-10 12:17:50 +01:00
parent 6cc9f77a0d
commit 8c6cf757b3
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
$Id: Changelog.txt,v 1.3 2007/08/01 22:27:53 rschaten Exp $ * Release 111210
- adapted Makefile for git
- included Makefile in tarball
* Release 070802 * Release 070802

View File

@ -104,8 +104,8 @@ tarball: firmware clean docs
[ -e "main_$(TODAY).hex" ] || exit [ -e "main_$(TODAY).hex" ] || exit
rm --force $(PACKETNAME).tar.gz; \ rm --force $(PACKETNAME).tar.gz; \
tar --directory=.. \ tar --directory=.. \
--exclude=$(DIR)/Makefile \
--exclude=CVS \ --exclude=CVS \
--exclude=.git \
--exclude=*.ps \ --exclude=*.ps \
--create \ --create \
--gzip \ --gzip \