diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-10-24 22:12:34 +0200 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-10-24 22:12:34 +0200 |
commit | 245bd5579cc680e8eeba4769da87bccb8a4d0de3 (patch) | |
tree | 20e76b60c7cfadc68483867011313e9490cde68d /docs/Makefile.am | |
parent | 87550541e745627cc78507ce573d68b8453959c9 (diff) | |
download | irssi-245bd5579cc680e8eeba4769da87bccb8a4d0de3.zip |
remove lynx from autogen and make a separate syncdocs script
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 32722391..8998ffb4 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -11,7 +11,8 @@ doc_DATA = \ perl.txt \ signals.txt \ special_vars.txt \ - startup-HOWTO.html + startup-HOWTO.html \ + startup-HOWTO.txt EXTRA_DIST = $(doc_DATA) $(man_MANS) |