diff options
author | Timo Sirainen <cras@irssi.org> | 2000-10-27 18:32:24 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-10-27 18:32:24 +0000 |
commit | d4579742cf28f9be17641b3baf1f07cb72d2b300 (patch) | |
tree | 1236e275102766782a31387c8b29ae98dd0a400c /docs/Makefile.am | |
parent | d813ecd194f46cc0813a7b67bdcb882337ad13f9 (diff) | |
download | irssi-d4579742cf28f9be17641b3baf1f07cb72d2b300.zip |
startup-HOWTO.txt was missing from EXTRA_DIST
USE_CURSES_WINDOWS was missing from acconfig.h
(by tommik)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@789 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index e8e30aa3..c78e5b7f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -7,7 +7,8 @@ doc_DATA = \ manual.txt \ perl.txt \ signals.txt \ - special_vars.txt + special_vars.txt \ + startup-HOWTO.txt EXTRA_DIST = $(doc_DATA) |