summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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), \