]> git.ipfire.org Git - thirdparty/man-pages.git/commit
*.mk: MANEXT: Support man pages with .man and/or .in suffixes
authorAlejandro Colomar <alx@kernel.org>
Sat, 29 Apr 2023 16:46:00 +0000 (18:46 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 29 Apr 2023 16:46:14 +0000 (18:46 +0200)
commit6a8196fb934118d1794c2673985a7469edb0f0a7
tree8b018d9adaaad93fdd5406bd63edc25b7e7a3af0
parentd52ff90035ceedfab4d34b4316b94519a0864e21
*.mk: MANEXT: Support man pages with .man and/or .in suffixes

Those are common in some projects in their source pages; especially
'.in' when it's a template that will be completed by the build system.

This allows linting other projects' pages by running a command like:

$ make lint MANDIR=/home/alx/src/nginx/unit/master/docs/man

Signed-off-by: Alejandro Colomar <alx@kernel.org>
share/mk/src.mk