diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-22 18:43:07 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-22 18:43:07 +0000 |
commit | f47eefd6dc1fc5a230be56d7614da0191f2bd50a (patch) | |
tree | e731dc7ad72b3f7b15f93e268ba18737357252d5 | |
parent | 2426cc20c79b8edad9165c284d55cbf993d3319c (diff) | |
download | irssi-f47eefd6dc1fc5a230be56d7614da0191f2bd50a.zip |
added faq.txt
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1416 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | docs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 34ad4b96..df7947a1 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -5,6 +5,7 @@ doc_DATA = \ design.txt \ formats.txt \ manual.txt \ + faq.txt \ perl.txt \ signals.txt \ special_vars.txt \ |