little changes for tarball generation

This commit is contained in:
Ronald Schaten 2009-05-06 19:57:22 +00:00
parent c30bc213c6
commit 419f5f55d0
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,10 @@
$Id: Changelog.txt,v 1.1 2008/07/16 05:44:45 rschaten Exp $ $Id: Changelog.txt,v 1.1 2008/07/16 05:44:45 rschaten Exp $
* Release 090506
- added missing Makefile to package
- made changes in respect to Subversion
* Release 080716 * Release 080716
- initial release - initial release

View File

@ -88,8 +88,7 @@ tarball: firmware circuitpdf 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=.svn \
--exclude=CVS \
--exclude=*.ps \ --exclude=*.ps \
--exclude=main.hex \ --exclude=main.hex \
--create \ --create \