diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | utils/README | 4 | 
2 files changed, 3 insertions, 3 deletions
| @@ -69,7 +69,7 @@ tar:  	fakeroot debian/rules clean || make distclean  	x=$$(basename $$(pwd)); \  	cd ..; \ -	tar czf $$x.tar.gz --exclude=debian $$x +	tar czf $$x.tar.gz --exclude=debian --exclude=.bzr $$x  $(subdirs):  	@$(MAKE) -C $@ $(MAKECMDGOALS) diff --git a/utils/README b/utils/README index 92b0348b..8cbbfede 100644 --- a/utils/README +++ b/utils/README @@ -47,12 +47,12 @@ See http://dmotd.hauwaerts.be/ for more information.  * BitlBee-specific Irssi scripts for: tab completion, typing notifica- -tions, auto-away and more, by Tijmen Ruizendaal <tijmen@fokdat.nl>. +tions, auto-away and more, by Tijmen Ruizendaal <tijmen.ruizendaal@gmail.com>.  There are too many scripts to include them all with BitlBee (and keep  them up-to-date), so you should get them from Tijmen's site: -http://fokdat.nl/~tijmen/software/irssi-bitlbee.html +http://the-timing.nl/stuff/irssi-bitlbee  Please do send your sources if you write anything useful for the Bee! | 
