From 0ebed7e7b019eab6826914a341074ad4cffa3d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 11 Jul 2020 12:23:14 +0200 Subject: doc: replace wildcard command by list of included files in Makefile.am files This fixes the `make distcheck` command. --- doc/ja/Makefile.am | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc/ja') 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 \ -- cgit v1.2.3