From fe51bcf0ae238e6fde4400b3dd17ddf99f77ae2a Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 7 Nov 2005 16:41:25 +0100 Subject: Timing moved his site make tar exludes .bzr now --- Makefile | 2 +- utils/README | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 86302ecc..80fbbf0b 100644 --- a/Makefile +++ b/Makefile @@ -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 . +tions, auto-away and more, by Tijmen Ruizendaal . 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! -- cgit v1.2.3