Add missing doc files for autotools

This commit is contained in:
Sebastien Helleu 2008-11-06 19:02:41 +01:00
parent 9498a777ad
commit b7d09bf2a1
3 changed files with 36 additions and 18 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)