summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-23 02:01:46 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-23 02:01:48 +0200
commit50174cceabbefc44564e84d1e6fa93d42716f31d (patch)
tree3b18564d01cbddf7f3ee5174677c36f5a8b77b54
parentc9cbd326f3e6765ddb1a4ad11fd0faa574bdf91d (diff)
Makefile: help-variables: Document MANWIDTH and NROFF_OUT_DEVICE
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 07396d792..a05a195c8 100644
--- a/Makefile
+++ b/Makefile
@@ -174,6 +174,8 @@ help-variables:
$(info )
$(info # Command variables (and flags):)
$(info )
+ $(info - MANWIDTH)
+ $(info - NROFF_OUT_DEVICE)
$(info PRECONV {EXTRA_,}PRECONVFLAGS)
$(info TBL)
$(info EQN {EXTRA_,}EQNFLAGS)