diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-07-11 12:23:14 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-07-11 12:23:14 +0200 |
commit | 0ebed7e7b019eab6826914a341074ad4cffa3d40 (patch) | |
tree | 7780130538c41972d90a1e83c5881ee117f6b6d4 /doc/ja | |
parent | cef0a77aceccda45c9d450ba57a5239d1f6f9354 (diff) | |
download | weechat-0ebed7e7b019eab6826914a341074ad4cffa3d40.zip |
doc: replace wildcard command by list of included files in Makefile.am files
This fixes the `make distcheck` command.
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/Makefile.am | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/ja/Makefile.am b/doc/ja/Makefile.am index 0c4a54d37..15ef91142 100644 --- a/doc/ja/Makefile.am +++ b/doc/ja/Makefile.am @@ -31,7 +31,19 @@ EXTRA_DIST = CMakeLists.txt \ weechat_tester.ja.adoc \ weechat_relay_protocol.ja.adoc \ weechat_dev.ja.adoc \ - $(wildcard includes/*.adoc) + includes/autogen_api_completions.ja.adoc \ + includes/autogen_api_hdata.ja.adoc \ + includes/autogen_api_infolists.ja.adoc \ + includes/autogen_api_infos_hashtable.ja.adoc \ + includes/autogen_api_infos.ja.adoc \ + includes/autogen_api_plugins_priority.ja.adoc \ + includes/autogen_api_url_options.ja.adoc \ + includes/autogen_user_commands.ja.adoc \ + includes/autogen_user_default_aliases.ja.adoc \ + includes/autogen_user_irc_colors.ja.adoc \ + includes/autogen_user_options.ja.adoc \ + includes/cmdline_options.ja.adoc \ + includes/man.ja.adoc if MAN man_targets = weechat.1 \ |