From: Alejandro Colomar Date: Tue, 19 Mar 2024 00:17:21 +0000 (+0100) Subject: share/mk/: $htmlext: Remove unused variable X-Git-Tag: man-pages-6.7~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04ba266b05d481a6fe48d1cf74dc2c83752bf01a;p=thirdparty%2Fman-pages.git share/mk/: $htmlext: Remove unused variable Signed-off-by: Alejandro Colomar --- 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), \