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/fr | |
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/fr')
-rw-r--r-- | doc/fr/Makefile.am | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am index 9b3519e37..d0293c6aa 100644 --- a/doc/fr/Makefile.am +++ b/doc/fr/Makefile.am @@ -32,7 +32,19 @@ EXTRA_DIST = CMakeLists.txt \ weechat_tester.fr.adoc \ weechat_relay_protocol.fr.adoc \ weechat_dev.fr.adoc \ - $(wildcard includes/*.adoc) + includes/autogen_api_completions.fr.adoc \ + includes/autogen_api_hdata.fr.adoc \ + includes/autogen_api_infolists.fr.adoc \ + includes/autogen_api_infos.fr.adoc \ + includes/autogen_api_infos_hashtable.fr.adoc \ + includes/autogen_api_plugins_priority.fr.adoc \ + includes/autogen_api_url_options.fr.adoc \ + includes/autogen_user_commands.fr.adoc \ + includes/autogen_user_default_aliases.fr.adoc \ + includes/autogen_user_irc_colors.fr.adoc \ + includes/autogen_user_options.fr.adoc \ + includes/cmdline_options.fr.adoc \ + includes/man.fr.adoc if MAN man_targets = weechat.1 \ |