aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--utils/README4
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 <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!