diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-10-02 09:12:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-10-02 09:12:12 +0200 |
commit | fe0e554d2ac3f9deedc7d1b4eeb71231ecfc45ee (patch) | |
tree | 5db48cecbccc64120422b910469012ff481a5fcc | |
parent | 54841f6294380c023f586598b672816f36a1adc3 (diff) | |
download | weechat-fe0e554d2ac3f9deedc7d1b4eeb71231ecfc45ee.zip |
core: add missing files docinfo.html in packages built by autotools
-rw-r--r-- | doc/Makefile.am | 1 | ||||
-rw-r--r-- | doc/cs/Makefile.am | 1 | ||||
-rw-r--r-- | doc/de/Makefile.am | 1 | ||||
-rw-r--r-- | doc/en/Makefile.am | 1 | ||||
-rw-r--r-- | doc/es/Makefile.am | 1 | ||||
-rw-r--r-- | doc/fr/Makefile.am | 1 | ||||
-rw-r--r-- | doc/it/Makefile.am | 1 | ||||
-rw-r--r-- | doc/ja/Makefile.am | 1 | ||||
-rw-r--r-- | doc/pl/Makefile.am | 1 | ||||
-rw-r--r-- | doc/ru/Makefile.am | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 8e7333724..c2cb60a7a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -21,6 +21,7 @@ SUBDIRS = . cs de en es fr it ja pl ru EXTRA_DIST = docgen.py \ + docinfo.html \ CMakeLists.txt uninstall-hook: diff --git a/doc/cs/Makefile.am b/doc/cs/Makefile.am index 3df5ff728..fdf298b36 100644 --- a/doc/cs/Makefile.am +++ b/doc/cs/Makefile.am @@ -20,6 +20,7 @@ docdir = $(datadir)/doc/$(PACKAGE) EXTRA_DIST = CMakeLists.txt \ + docinfo.html \ weechat.1.cs.adoc \ cmdline_options.cs.adoc \ weechat_quickstart.cs.adoc \ diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am index df235ec27..8718d9fe4 100644 --- a/doc/de/Makefile.am +++ b/doc/de/Makefile.am @@ -21,6 +21,7 @@ docdir = $(datadir)/doc/$(PACKAGE) EXTRA_DIST = CMakeLists.txt \ + docinfo.html \ weechat.1.de.adoc \ cmdline_options.de.adoc \ weechat_user.de.adoc \ diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index 9708c1b57..3aed9eefe 100644 --- a/doc/en/Makefile.am +++ b/doc/en/Makefile.am @@ -21,6 +21,7 @@ docdir = $(datadir)/doc/$(PACKAGE) EXTRA_DIST = CMakeLists.txt \ + docinfo.html \ weechat.1.en.adoc \ cmdline_options.en.adoc \ weechat_user.en.adoc \ diff --git a/doc/es/Makefile.am b/doc/es/Makefile.am index 04748bcea..1b25d7a1f 100644 --- a/doc/es/Makefile.am +++ b/doc/es/Makefile.am @@ -20,6 +20,7 @@ docdir = $(datadir)/doc/$(PACKAGE) EXTRA_DIST = CMakeLists.txt \ + docinfo.html \ weechat_quickstart.es.adoc if MAN diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am index 6ae69c6ae..0c8c5f5ff 100644 --- a/doc/fr/Makefile.am +++ b/doc/fr/Makefile.am @@ -21,6 +21,7 @@ docdir = $(datadir)/doc/$(PACKAGE) EXTRA_DIST = CMakeLists.txt \ + docinfo.html \ weechat.1.fr.adoc \ cmdline_options.fr.adoc \ weechat_user.fr.adoc \ diff --git a/doc/it/Makefile.am b/doc/it/Makefile.am index 14e44f048..b3571461d 100644 --- a/doc/it/Makefile.am +++ b/doc/it/Makefile.am @@ -20,6 +20,7 @@ docdir = $(datadir)/doc/$(PACKAGE) EXTRA_DIST = CMakeLists.txt \ + docinfo.html \ weechat.1.it.adoc \ cmdline_options.it.adoc \ weechat_user.it.adoc \ diff --git a/doc/ja/Makefile.am b/doc/ja/Makefile.am index 15d723e06..604e6991c 100644 --- a/doc/ja/Makefile.am +++ b/doc/ja/Makefile.am @@ -20,6 +20,7 @@ docdir = $(datadir)/doc/$(PACKAGE) EXTRA_DIST = CMakeLists.txt \ + docinfo.html \ weechat.1.ja.adoc \ cmdline_options.ja.adoc \ weechat_user.ja.adoc \ diff --git a/doc/pl/Makefile.am b/doc/pl/Makefile.am index 9e262ab98..653fa05e8 100644 --- a/doc/pl/Makefile.am +++ b/doc/pl/Makefile.am @@ -21,6 +21,7 @@ docdir = $(datadir)/doc/$(PACKAGE) EXTRA_DIST = CMakeLists.txt \ + docinfo.html \ weechat.1.pl.adoc \ cmdline_options.pl.adoc \ weechat_user.pl.adoc \ diff --git a/doc/ru/Makefile.am b/doc/ru/Makefile.am index c5aca414b..9a0519d56 100644 --- a/doc/ru/Makefile.am +++ b/doc/ru/Makefile.am @@ -20,6 +20,7 @@ docdir = $(datadir)/doc/$(PACKAGE) EXTRA_DIST = CMakeLists.txt \ + docinfo.html \ weechat.1.ru.adoc \ cmdline_options.ru.adoc \ weechat_quickstart.ru.adoc |