1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

script updates..

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2570 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-03-10 21:30:45 +00:00 committed by cras
parent 03c71116e0
commit 0b7ebb6adb
3 changed files with 17 additions and 5 deletions

View File

@ -775,6 +775,7 @@ src/perl/ui/Makefile.PL
src/perl/textui/Makefile.PL
servertest/Makefile
scripts/Makefile
scripts/examples/Makefile
docs/Makefile
docs/help/Makefile
docs/help/in/Makefile

View File

@ -1,12 +1,15 @@
SUBDIRS = examples
scriptdir = $(datadir)/irssi/scripts
script_DATA = \
autoop.pl \
autorejoin.pl \
clones.pl \
hello.pl \
privmsg.pl \
realname.pl \
quitmsg.pl
buf.pl \
dns.pl \
kills.pl \
mlock.pl \
quitmsg.pl \
splitlong.pl
EXTRA_DIST = $(script_DATA)

View File

@ -0,0 +1,8 @@
scriptdir = $(datadir)/irssi/scripts
script_DATA = \
command.pl \
msg-event.pl \
redirect.pl
EXTRA_DIST = $(script_DATA)