]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
share/mk/: $htmlext: Remove unused variable
authorAlejandro Colomar <alx@kernel.org>
Tue, 19 Mar 2024 00:17:21 +0000 (01:17 +0100)
committerAlejandro Colomar <alx@kernel.org>
Tue, 19 Mar 2024 00:17:21 +0000 (01:17 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
GNUmakefile
share/mk/configure/directory_variables.mk

index ce0e69a251af9f3767b42f2d67fafcb159841068..bd8d35b2a94660abcf4be2da0902f2504192aef4 100644 (file)
@@ -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  )
index e67ac2e5061a342b4e75f16fa20374a16d4bb38d..e4ee6162bda06919df337e1b2294af689330070e 100644 (file)
@@ -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),                                                  \