summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-08-29 17:57:45 +0200
committerJim Meyering <meyering@redhat.com>2012-08-30 15:22:00 +0200
commit408abf8586a042206e50bea93b241588391d5ac3 (patch)
treeee452ecc68a80cb6df9e9092a334c0cf5760fcca /cfg.mk
parent63bf5a3d42f1c20626f33a7514189e97653b6f93 (diff)
downloadcoreutils-408abf8586a042206e50bea93b241588391d5ac3.tar.xz
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.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
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.