summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSami Kerola2012-06-02 14:36:43 +0200
committerSami Kerola2012-06-02 20:29:07 +0200
commitea6c96fb0fbe15f108aad61b65d1e2887704b05a (patch)
treef263e2eaa00139c4848ca87bb5b05022f9915a6a /Makefile.am
parentdocs: clean up wdctl.8 manual (diff)
downloadkernel-qcow2-util-linux-ea6c96fb0fbe15f108aad61b65d1e2887704b05a.tar.gz
kernel-qcow2-util-linux-ea6c96fb0fbe15f108aad61b65d1e2887704b05a.tar.xz
kernel-qcow2-util-linux-ea6c96fb0fbe15f108aad61b65d1e2887704b05a.zip
tools: add checkmans.sh
A script to find whether all manuals has proper groff syntax. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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