aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-08-17 00:32:34 +0200
committerAlejandro Colomar <alx@kernel.org>2023-08-17 00:32:34 +0200
commit29597f1e7ecd58e8239a1650c6bdea0517f913af (patch)
treec28492876efbc0710bee0f70cd5c15293f5a022c
parent931e85a04db694fa1efc9cadd779eb633c0dad5a (diff)
downloadman-pages-29597f1e7ecd58e8239a1650c6bdea0517f913af.tar.gz
*.mk: Allow any combination of common suffixes to manual pages
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--share/mk/src.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/src.mk b/share/mk/src.mk
index d5bcc14f2c..c113ecb73c 100644
--- a/share/mk/src.mk
+++ b/share/mk/src.mk
@@ -12,7 +12,7 @@ include $(MAKEFILEDIR)/cmd.mk
MANDIR := $(srcdir)
-MANEXT := \.[[:digit:]]\([[:alpha:]][[:alnum:]]*\)\?\>\(\.man\)\?\(\.in\)\?$
+MANEXT := \.[[:digit:]]\([[:alpha:]][[:alnum:]]*\)\?\>\(\.man\|\.in\)*$
MANPAGES := $(shell $(FIND) $(MANDIR)/* -type f \