diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-04 10:42:56 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-04 10:42:56 +0000 |
commit | 60d14b2be4c59379df7bbb5cf15f4cfe6ce33c38 (patch) | |
tree | 6e4386359b477996535453691189c9a5e21e05e7 /docs/Makefile.am | |
parent | 5f45e5a6e3f81d6d37a5b2137a0789b415635fd3 (diff) | |
download | irssi-60d14b2be4c59379df7bbb5cf15f4cfe6ce33c38.zip |
keep startup-HOWTO in a .html file, use lynx -dump to create the .txt
version :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1353 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/Makefile.am')
-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 c78e5b7f..34ad4b96 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -8,6 +8,7 @@ doc_DATA = \ perl.txt \ signals.txt \ special_vars.txt \ + startup-HOWTO.html \ startup-HOWTO.txt EXTRA_DIST = $(doc_DATA) |