diff options
author | Timo Sirainen <cras@irssi.org> | 2000-04-26 08:11:21 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-04-26 08:11:21 +0000 |
commit | 94b37a898bd306c66ef3cc7b98832f983532cbac (patch) | |
tree | 76205495b9ee0e88431f5819b9258655d035fa02 /docs/Makefile.am | |
parent | d29ca0b107a5b6abb4eadd036f37acd33bb72ed0 (diff) | |
download | irssi-94b37a898bd306c66ef3cc7b98832f983532cbac.zip |
and the docs
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@173 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index c2d6f6c2..b1fb7b24 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,9 +1,10 @@ EXTRA_DIST = \ FAQ \ - COMMANDS \ - FORMATS \ - PERL \ - SIGNALS \ - botnet.txt + botnet.txt \ + commands.txt \ + formats.txt \ + perl.txt \ + signals.txt \ + special_vars.txt SUBDIRS = help |