From b7d09bf2a1f02453bcbba469ea4ef12a0508d3c3 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 6 Nov 2008 19:02:41 +0100 Subject: [PATCH] Add missing doc files for autotools --- doc/de/Makefile.am | 18 ++++++++++++------ doc/en/Makefile.am | 18 ++++++++++++------ doc/fr/Makefile.am | 18 ++++++++++++------ 3 files changed, 36 insertions(+), 18 deletions(-) diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am index f98444b8d..8c4363402 100644 --- a/doc/de/Makefile.am +++ b/doc/de/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) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index a2d11df10..cafbfaf51 100644 --- a/doc/en/Makefile.am +++ b/doc/en/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) 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)