]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
share/mk/: distcheck: Ignore fanotify_init.2 build errors
authorAlejandro Colomar <alx@kernel.org>
Sun, 25 Feb 2024 17:05:20 +0000 (18:05 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 25 Feb 2024 20:14:36 +0000 (21:14 +0100)
In groff from git HEAD, it doesn't fail, but in 1.23.0, which still
has the default base paragraph indentation set to 7, it reports

troff:man2/fanotify_init.2:322: warning [p 4, 0.7i]: cannot adjust line

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

index 1234bdad22fd1eacc1f26b76c0ec630774fca2e8..de1df23faf6d7fc9cb68686ce3a946a637c1a239 100644 (file)
@@ -16,6 +16,8 @@ include $(MAKEFILEDIR)/dist/tar.mk
 
 
 DISTCHECK_IGNORE_BUILD_CATMAN := \
+       $(_DISTCHECK_MANDIR)/man2/fanotify_init.2.cat \
+       $(_DISTCHECK_MANDIR)/man2/fanotify_init.2.cat.set \
        $(_DISTCHECK_MANDIR)/man3/unlocked_stdio.3.cat \
        $(_DISTCHECK_MANDIR)/man3/unlocked_stdio.3.cat.set \
        $(_DISTCHECK_MANDIR)/man4/console_codes.4.cat \
@@ -72,6 +74,8 @@ DISTCHECK_IGNORE_BUILD_CATMAN := \
 DISTCHECK_IGNORE_BUILD_PS := \
        $(_DISTCHECK_MANDIR)/man1/iconv.1.ps \
        $(_DISTCHECK_MANDIR)/man1/iconv.1.ps.set \
+       $(_DISTCHECK_MANDIR)/man2/fanotify_init.2.ps \
+       $(_DISTCHECK_MANDIR)/man2/fanotify_init.2.ps.set \
        $(_DISTCHECK_MANDIR)/man2/syscall.2.ps \
        $(_DISTCHECK_MANDIR)/man2/syscall.2.ps.set \
        $(_DISTCHECK_MANDIR)/man3/newlocale.3.ps \
@@ -122,6 +126,8 @@ DISTCHECK_IGNORE_BUILD_PS := \
 DISTCHECK_IGNORE_BUILD_PDF := \
        $(_DISTCHECK_MANDIR)/man1/iconv.1.pdf \
        $(_DISTCHECK_MANDIR)/man1/iconv.1.pdf.set \
+       $(_DISTCHECK_MANDIR)/man2/fanotify_init.2.pdf \
+       $(_DISTCHECK_MANDIR)/man2/fanotify_init.2.pdf.set \
        $(_DISTCHECK_MANDIR)/man2/syscall.2.pdf \
        $(_DISTCHECK_MANDIR)/man2/syscall.2.pdf.set \
        $(_DISTCHECK_MANDIR)/man3/newlocale.3.pdf \