diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-16 17:09:50 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-16 17:09:50 +0100 |
commit | b1e840eb6c896d15eb42afdd6a6a4ebddae5c5cc (patch) | |
tree | 557c4990427ff3d9763b6d98f50980c3a8cf4bac /doc | |
parent | 1ad5f123b5e8342a22b5302311bd7afbac83ed30 (diff) | |
download | weechat-b1e840eb6c896d15eb42afdd6a6a4ebddae5c5cc.zip |
Add missing file docgen.pl in Makefile.am
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index a319f78aa..cc314005a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -18,4 +18,4 @@ SUBDIRS = . en fr pl de ru ja it man_MANS = weechat-curses.1 -EXTRA_DIST = $(man_MANS) CMakeLists.txt +EXTRA_DIST = $(man_MANS) docgen.pl CMakeLists.txt |