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/en/Makefile.am | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc/en') diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index e89f512d5..a3c3fb430 100644 --- a/doc/en/Makefile.am +++ b/doc/en/Makefile.am @@ -32,7 +32,19 @@ EXTRA_DIST = CMakeLists.txt \ weechat_tester.en.adoc \ weechat_relay_protocol.en.adoc \ weechat_dev.en.adoc \ - $(wildcard includes/*.adoc) + includes/autogen_api_completions.en.adoc \ + includes/autogen_api_hdata.en.adoc \ + includes/autogen_api_infolists.en.adoc \ + includes/autogen_api_infos.en.adoc \ + includes/autogen_api_infos_hashtable.en.adoc \ + includes/autogen_api_plugins_priority.en.adoc \ + includes/autogen_api_url_options.en.adoc \ + includes/autogen_user_commands.en.adoc \ + includes/autogen_user_default_aliases.en.adoc \ + includes/autogen_user_irc_colors.en.adoc \ + includes/autogen_user_options.en.adoc \ + includes/cmdline_options.en.adoc \ + includes/man.en.adoc if MAN man_targets = weechat.1 \ -- cgit v1.2.3