diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-26 11:51:52 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-26 11:51:52 +0100 |
commit | da5e8135363b0186e7e83f3407b1ffd572b960cd (patch) | |
tree | 4f2a2571f7cc51bac21e1dae14da1c0e31f4d408 /doc | |
parent | 03f9f8fd6b25fbf3fd698d2daa5c524932ef437a (diff) | |
download | weechat-da5e8135363b0186e7e83f3407b1ffd572b960cd.zip |
Add missing XML files authors.xx.xml in makefiles
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/Makefile.am | 3 | ||||
-rw-r--r-- | doc/en/Makefile.am | 3 | ||||
-rw-r--r-- | doc/fr/Makefile.am | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am index 253813091..3e36ed88d 100644 --- a/doc/de/Makefile.am +++ b/doc/de/Makefile.am @@ -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 \ diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index 6e9e88d92..893faaf5c 100644 --- a/doc/en/Makefile.am +++ b/doc/en/Makefile.am @@ -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 \ diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am index f1940dbd6..10a4640be 100644 --- a/doc/fr/Makefile.am +++ b/doc/fr/Makefile.am @@ -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 \ |