From: Stefano Lattarini Date: Wed, 29 Aug 2012 15:57:45 +0000 (+0200) Subject: maint: adjust syntax check 'sc_option_desc_uppercase' X-Git-Tag: v8.20~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=408abf8586a042206e50bea93b241588391d5ac3;p=thirdparty%2Fcoreutils.git maint: adjust syntax check 'sc_option_desc_uppercase' * cfg.mk (sc_option_desc_uppercase): Here, by grafting the 'man/' prefix to the manpages obtained from $(NO_INSTALL_PROGS_DEFAULT) and listed as prerequisites for this rule. --- diff --git a/cfg.mk b/cfg.mk index 5b0f1fca59..50fb13e01d 100644 --- a/cfg.mk +++ b/cfg.mk @@ -177,7 +177,7 @@ sc_option_desc_uppercase: { echo 1>&2 '$@: found initial capitals in --help'; \ exit 1; } || :; sc_option_desc_uppercase: $(dist_man1_MANS) \ - $(NO_INSTALL_PROGS_DEFAULT:%=%.1) \ + $(patsubst %,man/%.1,$(NO_INSTALL_PROGS_DEFAULT)) \ all_programs # Ensure all man/*.[1x] files are present.