diff options
author | Timo Sirainen <cras@irssi.org> | 2002-11-06 11:45:10 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-11-06 11:45:10 +0000 |
commit | 7b3ac4d1810ee16927b6168a7bdb46a2b3908804 (patch) | |
tree | 92d70755f82d83d2c548d5248e0298b7c67ba342 /docs/Makefile.am | |
parent | a0e8cfc9f524241adaf490ea920cde57b6a8a750 (diff) | |
download | irssi-7b3ac4d1810ee16927b6168a7bdb46a2b3908804.zip |
man page wasn't included to "make dist" tarball
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2986 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 4091eb80..8541ef1d 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -15,6 +15,6 @@ doc_DATA = \ special_vars.txt \ startup-HOWTO.html -EXTRA_DIST = $(doc_DATA) +EXTRA_DIST = $(doc_DATA) $(man_MANS) SUBDIRS = help |