summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-08-28 00:55:18 +0200
committerAlejandro Colomar <alx@kernel.org>2023-08-28 00:55:18 +0200
commitc65c23d942b2147d531071835d46a4f7f5c29695 (patch)
treeb770d4547d864832688447d80a3ac3faa9aef3a4 /GNUmakefile
parent482489d5b22fc3a5faabe706932f8d8c14c6413c (diff)
*.mk: help-variables: Document $(man*ext)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 0fc714512..b944753f7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -150,6 +150,7 @@ help-variables:
$(info docdir $$(datarootdir)/doc)
$(info )
$(info man{1,...}dir $$(mandir)/man{1,...})
+ $(info man{1,...}ext .{1,...})
$(info )
$(info htmldir $$(docdir))
$(info htmlext .html)