diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-11-06 19:02:41 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-11-06 19:02:41 +0100 |
commit | b7d09bf2a1f02453bcbba469ea4ef12a0508d3c3 (patch) | |
tree | a1621b193e2c39c14da20e17da7daffb89ce9c16 /doc/fr/Makefile.am | |
parent | 9498a777ad557261f0ebdf94467d4cfe2b033b07 (diff) | |
download | weechat-b7d09bf2a1f02453bcbba469ea4ef12a0508d3c3.zip |
Add missing doc files for autotools
Diffstat (limited to 'doc/fr/Makefile.am')
-rw-r--r-- | doc/fr/Makefile.am | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am index 8086d4578..24fd0f01f 100644 --- a/doc/fr/Makefile.am +++ b/doc/fr/Makefile.am @@ -22,6 +22,7 @@ BOOK_AUTOGEN_INCLUDE = ../include_autogen.xml \ autogen/aspell_commands.xml \ autogen/aspell_options.xml \ autogen/charset_commands.xml \ + autogen/charset_options.xml \ autogen/demo_commands.xml \ autogen/fifo_infos.xml \ autogen/irc_commands.xml \ @@ -48,22 +49,27 @@ BOOK_COMMON_INCLUDE = authors.$(LANGCODE).xml \ BOOK_USER = weechat_user.$(LANGCODE) BOOK_USER_INCLUDE = user/install.$(LANGCODE).xml \ + user/usage.$(LANGCODE).xml \ + user/plugins.$(LANGCODE).xml \ + user/plugin_alias.$(LANGCODE).xml \ + user/plugin_aspell.$(LANGCODE).xml \ user/plugin_charset.$(LANGCODE).xml \ user/plugin_fifo.$(LANGCODE).xml \ user/plugin_irc.$(LANGCODE).xml \ - user/plugin_xfer.$(LANGCODE).xml \ - user/usage.$(LANGCODE).xml + user/plugin_logger.$(LANGCODE).xml \ + user/plugin_scripts.$(LANGCODE).xml \ + user/plugin_xfer.$(LANGCODE).xml BOOK_DEV = weechat_dev.$(LANGCODE) -BOOK_DEV_INCLUDE = dev/plugin_api.$(LANGCODE).xml \ - dev/plugin_scripts.$(LANGCODE).xml \ - dev/plugins.$(LANGCODE).xml \ +BOOK_DEV_INCLUDE = dev/plugin_api.$(LANGCODE).xml \ + dev/plugin_scripts.$(LANGCODE).xml \ + dev/plugins.$(LANGCODE).xml \ dev/weechat_dev.$(LANGCODE).xml QUICKSTART = weechat_quickstart.$(LANGCODE).txt EXTRA_DIST = $(BOOK_AUTOGEN_INCLUDE) $(BOOK_COMMON_INCLUDE) \ - user/$(BOOK_USER).xml $(BOOK_USER_INCLUDE) \ + user/$(BOOK_USER).xml $(BOOK_USER_INCLUDE) \ dev/$(BOOK_DEV).xml $(BOOK_DEV_INCLUDE) \ $(QUICKSTART) |