From ea6c96fb0fbe15f108aad61b65d1e2887704b05a Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 2 Jun 2012 14:36:43 +0200 Subject: tools: add checkmans.sh A script to find whether all manuals has proper groff syntax. Signed-off-by: Sami Kerola --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 12e110336..055cc4d8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,6 +84,9 @@ checkconfig: -name '*.[hcS]' -type f -print | sort -u \ | xargs $(top_srcdir)/tools/checkconfig.sh $(top_srcdir) +checkmans: + @$(top_srcdir)/tools/checkmans.sh + checkxalloc: @ $(top_srcdir)/tools/checkxalloc.sh -- cgit v1.2.3-55-g7522