aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-02-24 01:19:43 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-25 10:50:54 +0100
commitbeba713f9e1bfdf6d147443f45315752bdca51cb (patch)
treeca85ded017425b53d3589523025b1ac7a7de4d26
parent5fabf2b0c87e75792b5298e85efc536d6ba618ab (diff)
downloadman-pages-beba713f9e1bfdf6d147443f45315752bdca51cb.tar.gz
share/mk/: dist: Show CP instead of INSTALL
We're using install(1), but it's just an implementation detail. Since we're not installing into the system, CP is less confusing. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--share/mk/dist/files.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/dist/files.mk b/share/mk/dist/files.mk
index cdc54398d4..1f8194e4eb 100644
--- a/share/mk/dist/files.mk
+++ b/share/mk/dist/files.mk
@@ -38,7 +38,7 @@ FORCE_DISTVERSION := \
$(_DISTPAGES): $(_DISTDIR)/man%: $(srcdir)/man% $(MK) | $$(@D)/
- $(info $(INFO_)INSTALL $@)
+ $(info $(INFO_)CP $@)
<$< \
$(SED) "/^.TH/s/(date)/$$($(GIT) log --format=%cs -1 -- $< $(HIDE_ERR))/" \
| $(SED) '/^.TH/s/(unreleased)/$(DISTVERSION)/' \