diff options
author | Timo Sirainen <cras@irssi.org> | 2002-08-14 19:09:36 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-08-14 19:09:36 +0000 |
commit | 14880c74e39eda55bbf7b32c0f746d1d9b2fac05 (patch) | |
tree | 43b13021e41df9a13ad969f53f72a3ff11e4b692 /docs/Makefile.am | |
parent | cf436bdaf5d3f52e8b8249604872050a557d8346 (diff) | |
download | irssi-14880c74e39eda55bbf7b32c0f746d1d9b2fac05.zip |
Removed generation of startup-HOWTO.txt, people should be able to read the
.html just fine, and the .txt is getting ugly.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2877 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index d4f0b96f..b2d123e2 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -10,8 +10,7 @@ doc_DATA = \ perl.txt \ signals.txt \ special_vars.txt \ - startup-HOWTO.html \ - startup-HOWTO.txt + startup-HOWTO.html EXTRA_DIST = $(doc_DATA) |