summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-17 20:33:59 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-17 20:37:12 +0200
commitbd5cf5181e22210a8b250916c396cbf2c2fe8d96 (patch)
treeb05403a3d3baef5871356e3f3bc1a399621d2ff6
parent4a6621c0195171e8d67e7d97eef0a608c48ca22b (diff)
INSTALL: Fix references to lib/ -> share/mk/
Fixes: edaa12e6b ("*.mk: Move makefiles from lib/ to share/mk/") Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index b3f7f4095..bc2cc8348 100644
--- a/INSTALL
+++ b/INSTALL
@@ -130,20 +130,20 @@ Description
can be used.
Files
- Makefile, lib/install-man.mk, lib/install.mk
+ Makefile, share/mk/install-man.mk, share/mk/install.mk
Main makefiles for installing (however, others may also be used by
inclusion).
- lib/cmd.mk
+ share/mk/cmd.mk
Command variables.
- lib/install-html.mk
+ share/mk/install-html.mk
Makefile to install HTML manual pages.
- lib/verbose.mk
+ share/mk/verbose.mk
Handle verbose settings.
- lib/*.mk
+ share/mk/*
Other makefiles.
man*/*