summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-03-19 01:17:21 +0100
committerAlejandro Colomar <alx@kernel.org>2024-03-19 01:17:21 +0100
commit04ba266b05d481a6fe48d1cf74dc2c83752bf01a (patch)
tree6b40307e09365e338e1b82263b612d3bd41af76d
parentc3cd02d60ed0d317163bd9520db676604060fa66 (diff)
share/mk/: $htmlext: Remove unused variable
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--GNUmakefile1
-rw-r--r--share/mk/configure/directory_variables.mk3
2 files changed, 0 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ce0e69a25..bd8d35b2a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -157,7 +157,6 @@ help-variables:
$(info $(INFO_)man{1,...}ext .{1,...})
$(info )
$(info $(INFO_)htmldir $$(docdir))
- $(info $(INFO_)htmlext .html)
$(info )
$(info $(INFO_)# Command variables (and flags):)
$(info )
diff --git a/share/mk/configure/directory_variables.mk b/share/mk/configure/directory_variables.mk
index e67ac2e50..e4ee6162b 100644
--- a/share/mk/configure/directory_variables.mk
+++ b/share/mk/configure/directory_variables.mk
@@ -20,9 +20,6 @@ htmldir := $(docdir)/html/man
mandir := $(datarootdir)/man
-htmlext := .html
-
-
$(foreach s, $(MANSECTIONS), \
$(eval man$(s)dir := $(mandir)/man$(s)))
$(foreach s, $(MANSECTIONS), \