diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2005-11-07 16:41:25 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2005-11-07 16:41:25 +0100 |
commit | fe51bcf0ae238e6fde4400b3dd17ddf99f77ae2a (patch) | |
tree | bb2d3b8bf44c358472d5502c53599051c7df37a8 | |
parent | 60d058270d192a6a3f28662e513ae6438c106d8e (diff) |
Timing moved his site
make tar exludes .bzr now
-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! |