diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-29 01:18:30 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-29 01:18:30 +0100 |
commit | 31508fed7090a9a3aaf617a6ec17dd4d8b3eaac9 (patch) | |
tree | 6d576d1c35b1a7ac1b87659348aa760331e577ca /doc/de/Makefile.am | |
parent | e6a77fd301db090127890b03e7c2c5d58ef52b3d (diff) | |
download | weechat-31508fed7090a9a3aaf617a6ec17dd4d8b3eaac9.zip |
Add missing autogen doc files in makefiles
Diffstat (limited to 'doc/de/Makefile.am')
-rw-r--r-- | doc/de/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am index 5dd27b51e..4f7f54b5e 100644 --- a/doc/de/Makefile.am +++ b/doc/de/Makefile.am @@ -35,11 +35,16 @@ BOOK_AUTOGEN_INCLUDE = ../include_autogen.xml \ autogen/logger_infos.xml \ autogen/logger_options.xml \ autogen/lua_commands.xml \ + autogen/lua_infos.xml \ autogen/notify_commands.xml \ autogen/perl_commands.xml \ + autogen/perl_infos.xml \ autogen/python_commands.xml \ + autogen/python_infos.xml \ autogen/ruby_commands.xml \ + autogen/ruby_infos.xml \ autogen/tcl_commands.xml \ + autogen/tcl_infos.xml \ autogen/weechat_commands.xml \ autogen/weechat_infos.xml \ autogen/weechat_options.xml \ |