diff options
author | Timo Sirainen <cras@irssi.org> | 2002-03-10 21:30:45 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-03-10 21:30:45 +0000 |
commit | 0b7ebb6adb03df18f79612d7df77cd3cce1ed0c7 (patch) | |
tree | 65e47bbe74e46ea45b39cb23bb146b5fb9f599e0 /scripts | |
parent | 03c71116e044fda9d99e827a4ffb0652d508abb5 (diff) | |
download | irssi-0b7ebb6adb03df18f79612d7df77cd3cce1ed0c7.zip |
script updates..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2570 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 13 | ||||
-rw-r--r-- | scripts/examples/Makefile.am | 8 |
2 files changed, 16 insertions, 5 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 7a5a7ab4..b6dfbc4e 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -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) diff --git a/scripts/examples/Makefile.am b/scripts/examples/Makefile.am new file mode 100644 index 00000000..c8d8c8e0 --- /dev/null +++ b/scripts/examples/Makefile.am @@ -0,0 +1,8 @@ +scriptdir = $(datadir)/irssi/scripts + +script_DATA = \ + command.pl \ + msg-event.pl \ + redirect.pl + +EXTRA_DIST = $(script_DATA) |