From 58354269eb9ab3b1963b2d56294393a3d02db712 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 24 Apr 2019 18:02:39 +0200 Subject: build-sys: add 'make checklibdoc' Let's to be sure that all libs API symbols are documented. Signed-off-by: Karel Zak --- Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0ae085d9a..adf87804b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -187,6 +187,19 @@ checkusage: @ $(top_srcdir)/tools/checkusage.sh \ $(bin_PROGRAMS) $(sbin_PROGRAMS) \ $(usrbin_exec_PROGRAMS) $(usrsbin_exec_PROGRAMS) +checklibdoc: + @ $(top_srcdir)/tools/checklibdocs.sh \ + $(top_srcdir)/libmount/src/libmount.sym \ + $(top_srcdir)/libmount/docs/libmount-sections.txt + @ $(top_srcdir)/tools/checklibdocs.sh \ + $(top_srcdir)/libfdisk/src/libfdisk.sym \ + $(top_srcdir)/libfdisk/docs/libfdisk-sections.txt + @ $(top_srcdir)/tools/checklibdocs.sh \ + $(top_srcdir)/libsmartcols/src/libsmartcols.sym \ + $(top_srcdir)/libsmartcols/docs/libsmartcols-sections.txt + @ $(top_srcdir)/tools/checklibdocs.sh \ + $(top_srcdir)/libblkid/src/libblkid.sym \ + $(top_srcdir)/libblkid/docs/libblkid-sections.txt DISTCHECK_CONFIGURE_FLAGS = \ --disable-use-tty-group \ -- cgit v1.2.3-55-g7522