From 408abf8586a042206e50bea93b241588391d5ac3 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 29 Aug 2012 17:57:45 +0200 Subject: 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. --- cfg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg.mk b/cfg.mk index 5b0f1fca5..50fb13e01 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. -- cgit v1.2.3-54-g00ecf