Add missing XML files authors.xx.xml in makefiles

This commit is contained in:
Sebastien Helleu 2008-10-26 11:51:52 +01:00
parent 03f9f8fd6b
commit da5e813536
3 changed files with 6 additions and 3 deletions

View File

@ -16,7 +16,8 @@
LANGCODE = de
BOOK = weechat.$(LANGCODE)
BOOK_INCLUDE = intro.$(LANGCODE).xml \
BOOK_INCLUDE = authors.$(LANGCODE).xml \
intro.$(LANGCODE).xml \
install.$(LANGCODE).xml \
usage.$(LANGCODE).xml \
plugins.$(LANGCODE).xml \

View File

@ -16,7 +16,8 @@
LANGCODE = en
BOOK = weechat.$(LANGCODE)
BOOK_INCLUDE = intro.$(LANGCODE).xml \
BOOK_INCLUDE = authors.$(LANGCODE).xml \
intro.$(LANGCODE).xml \
install.$(LANGCODE).xml \
usage.$(LANGCODE).xml \
plugins.$(LANGCODE).xml \

View File

@ -16,7 +16,8 @@
LANGCODE = fr
BOOK = weechat.$(LANGCODE)
BOOK_INCLUDE = intro.$(LANGCODE).xml \
BOOK_INCLUDE = authors.$(LANGCODE).xml \
intro.$(LANGCODE).xml \
install.$(LANGCODE).xml \
usage.$(LANGCODE).xml \
plugins.$(LANGCODE).xml \