summaryrefslogtreecommitdiff
path: root/locate/Makefile.am
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2007-05-19 13:02:00 +0000
committerJames Youngman <jay@gnu.org>2007-05-19 13:02:00 +0000
commit0e690b5fe6e44e8681035ba82088ecdfdb0176a3 (patch)
treeaef65dacd191246f88ecd3bd98781c5834db123f /locate/Makefile.am
parente8bd5a2c245f583f7d1b7b33f01b71ac1a678e98 (diff)
downloadfindutils-0e690b5fe6e44e8681035ba82088ecdfdb0176a3.tar.gz
Fixed Savannah bug #19871 (spurious .R directives in the manual page for find)
Diffstat (limited to 'locate/Makefile.am')
-rw-r--r--locate/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/locate/Makefile.am b/locate/Makefile.am
index 5a5db770..edd9bfa9 100644
--- a/locate/Makefile.am
+++ b/locate/Makefile.am
@@ -45,3 +45,8 @@ dblocation.texi: Makefile
echo '@set LOCATE_DB $(LOCATE_DB)' > $@
SUBDIRS = testsuite
+
+dist-hook: findutils-check-manpages
+
+findutils-check-manpages:
+ $(top_srcdir)/build-aux/man-lint.sh $(srcdir) $(man_MANS)