Changeset 9ebee7a


Ignore:
Timestamp:
2008-08-26T22:36:09Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b9e2539
Parents:
b119d5d
Message:

Also leave out .bzrignore from the tarballs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rb119d5d r9ebee7a  
    105105        x=$$(basename $$(pwd)); \
    106106        cd ..; \
    107         tar czf $$x.tar.gz --exclude=debian --exclude=.bzr $$x
     107        tar czf $$x.tar.gz --exclude=debian --exclude=.bzr* $$x
    108108
    109109$(subdirs):
Note: See TracChangeset for help on using the changeset viewer.