summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-08-28 00:47:03 +0200
committerAlejandro Colomar <alx@kernel.org>2023-08-28 00:47:03 +0200
commit482489d5b22fc3a5faabe706932f8d8c14c6413c (patch)
tree68888574ad6782f22cb09c7941cc233d7107b011 /GNUmakefile
parent402d0926e9f511382d7f400ff2f84e92782434ce (diff)
*.mk: MANSECTIONS: Deduce values from existing mandirs
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile26
1 files changed, 2 insertions, 24 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e868d1113..0fc714512 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -103,18 +103,7 @@ help:
$(info [un]install Alias for "[un]install-man")
$(info [un]install-man Wrapper for [un]install-man* targets)
$(info [un]install-manintro [Un]install intro(*) man pages)
- $(info [un]install-man1 [Un]install man pages in section 1)
- $(info [un]install-man2 [Un]install man pages in section 2)
- $(info [un]install-man2type [Un]install man pages in section 2type)
- $(info [un]install-man3 [Un]install man pages in section 3)
- $(info [un]install-man3const [Un]install man pages in section 3const)
- $(info [un]install-man3head [Un]install man pages in section 3head)
- $(info [un]install-man3type [Un]install man pages in section 3type)
- $(info [un]install-man4 [Un]install man pages in section 4)
- $(info [un]install-man5 [Un]install man pages in section 5)
- $(info [un]install-man6 [Un]install man pages in section 6)
- $(info [un]install-man7 [Un]install man pages in section 7)
- $(info [un]install-man8 [Un]install man pages in section 8)
+ $(info [un]install-man{1,...} [Un]install man pages in the corresponding section)
$(info )
$(info [un]install-html [Un]install HTML manual pages)
$(info )
@@ -160,18 +149,7 @@ help-variables:
$(info mandir $$(datarootdir)/man)
$(info docdir $$(datarootdir)/doc)
$(info )
- $(info man1dir $$(mandir)/man1)
- $(info man2dir $$(mandir)/man2)
- $(info man2typedir $$(mandir)/man2type)
- $(info man3dir $$(mandir)/man3)
- $(info man3constdir $$(mandir)/man3const)
- $(info man3headdir $$(mandir)/man3head)
- $(info man3typedir $$(mandir)/man3type)
- $(info man4dir $$(mandir)/man4)
- $(info man5dir $$(mandir)/man5)
- $(info man6dir $$(mandir)/man6)
- $(info man7dir $$(mandir)/man7)
- $(info man8dir $$(mandir)/man8)
+ $(info man{1,...}dir $$(mandir)/man{1,...})
$(info )
$(info htmldir $$(docdir))
$(info htmlext .html)