autoconf: use include directives instead of recursing down man

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #13316
This commit is contained in:
наб
2022-04-09 19:19:09 +02:00
committed by Brian Behlendorf
parent 0a8b1fc625
commit 0f6c4fd00e
4 changed files with 104 additions and 110 deletions
+5 -4
View File
@@ -17,10 +17,11 @@ endif
CPPCHECKDIRS += etc/systemd/system-generators
if CONFIG_USER
SUBDIRS += . man tests etc contrib
include $(srcdir)/%D%/scripts/Makefile.am
include $(srcdir)/%D%/lib/Makefile.am
SUBDIRS += . tests etc contrib
include $(srcdir)/%D%/cmd/Makefile.am
include $(srcdir)/%D%/lib/Makefile.am
include $(srcdir)/%D%/man/Makefile.am
include $(srcdir)/%D%/scripts/Makefile.am
if BUILD_LINUX
SUBDIRS += udev
endif
@@ -129,7 +130,7 @@ SHELLCHECKSCRIPTS += autogen.sh
PHONY += mancheck
mancheck:
${top_srcdir}/scripts/mancheck.sh ${top_srcdir}/man ${top_srcdir}/tests/test-runner/man
$(top_srcdir)/scripts/mancheck.sh $(top_srcdir)/man $(top_srcdir)/tests/test-runner/man
PHONY += testscheck
testscheck: