mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 14:56:39 +02:00
doc: replace wildcard command by list of included files in Makefile.am files
This fixes the `make distcheck` command.
This commit is contained in:
+2
-1
@@ -24,7 +24,8 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
weechat.1.cs.adoc \
|
||||
weechat-headless.1.cs.adoc \
|
||||
weechat_quickstart.cs.adoc \
|
||||
$(wildcard includes/*.adoc)
|
||||
includes/cmdline_options.cs.adoc \
|
||||
includes/man.cs.adoc
|
||||
|
||||
if MAN
|
||||
man_targets = weechat.1 \
|
||||
|
||||
+13
-1
@@ -29,7 +29,19 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
weechat_faq.de.adoc \
|
||||
weechat_quickstart.de.adoc \
|
||||
weechat_tester.de.adoc \
|
||||
$(wildcard includes/*.adoc)
|
||||
includes/autogen_api_completions.de.adoc \
|
||||
includes/autogen_api_hdata.de.adoc \
|
||||
includes/autogen_api_infolists.de.adoc \
|
||||
includes/autogen_api_infos.de.adoc \
|
||||
includes/autogen_api_infos_hashtable.de.adoc \
|
||||
includes/autogen_api_plugins_priority.de.adoc \
|
||||
includes/autogen_api_url_options.de.adoc \
|
||||
includes/autogen_user_commands.de.adoc \
|
||||
includes/autogen_user_default_aliases.de.adoc \
|
||||
includes/autogen_user_irc_colors.de.adoc \
|
||||
includes/autogen_user_options.de.adoc \
|
||||
includes/cmdline_options.de.adoc \
|
||||
includes/man.de.adoc
|
||||
|
||||
if MAN
|
||||
man_targets = weechat.1 \
|
||||
|
||||
+13
-1
@@ -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 \
|
||||
|
||||
+13
-1
@@ -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 \
|
||||
|
||||
+13
-1
@@ -29,7 +29,19 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
weechat_faq.it.adoc \
|
||||
weechat_quickstart.it.adoc \
|
||||
weechat_tester.it.adoc \
|
||||
$(wildcard includes/*.adoc)
|
||||
includes/autogen_api_completions.it.adoc \
|
||||
includes/autogen_api_hdata.it.adoc \
|
||||
includes/autogen_api_infolists.it.adoc \
|
||||
includes/autogen_api_infos_hashtable.it.adoc \
|
||||
includes/autogen_api_infos.it.adoc \
|
||||
includes/autogen_api_plugins_priority.it.adoc \
|
||||
includes/autogen_api_url_options.it.adoc \
|
||||
includes/autogen_user_commands.it.adoc \
|
||||
includes/autogen_user_default_aliases.it.adoc \
|
||||
includes/autogen_user_irc_colors.it.adoc \
|
||||
includes/autogen_user_options.it.adoc \
|
||||
includes/cmdline_options.it.adoc \
|
||||
includes/man.it.adoc
|
||||
|
||||
if MAN
|
||||
man_targets = weechat.1 \
|
||||
|
||||
+13
-1
@@ -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 \
|
||||
|
||||
+13
-1
@@ -29,7 +29,19 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
weechat_faq.pl.adoc \
|
||||
weechat_quickstart.pl.adoc \
|
||||
weechat_tester.pl.adoc \
|
||||
$(wildcard includes/*.adoc)
|
||||
includes/autogen_api_completions.pl.adoc \
|
||||
includes/autogen_api_hdata.pl.adoc \
|
||||
includes/autogen_api_infolists.pl.adoc \
|
||||
includes/autogen_api_infos_hashtable.pl.adoc \
|
||||
includes/autogen_api_infos.pl.adoc \
|
||||
includes/autogen_api_plugins_priority.pl.adoc \
|
||||
includes/autogen_api_url_options.pl.adoc \
|
||||
includes/autogen_user_commands.pl.adoc \
|
||||
includes/autogen_user_default_aliases.pl.adoc \
|
||||
includes/autogen_user_irc_colors.pl.adoc \
|
||||
includes/autogen_user_options.pl.adoc \
|
||||
includes/cmdline_options.pl.adoc \
|
||||
includes/man.pl.adoc
|
||||
|
||||
if MAN
|
||||
man_targets = weechat.1 \
|
||||
|
||||
+2
-1
@@ -24,7 +24,8 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
weechat.1.ru.adoc \
|
||||
weechat-headless.1.ru.adoc \
|
||||
weechat_quickstart.ru.adoc \
|
||||
$(wildcard includes/*.adoc)
|
||||
includes/cmdline_options.ru.adoc \
|
||||
includes/man.ru.adoc
|
||||
|
||||
if MAN
|
||||
man_targets = weechat.1 \
|
||||
|
||||
Reference in New Issue
Block a user