From eeb753e87115a7b19cc7de83c061fa5e599acb81 Mon Sep 17 00:00:00 2001 From: cypherpunks Date: Wed, 11 Mar 2015 10:47:13 +0100 Subject: Make `check-docs` work from out-of-tree builds. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 56a1a01c44..4527dd1244 100644 --- a/Makefile.am +++ b/Makefile.am @@ -109,8 +109,8 @@ check-spaces: $(top_srcdir)/src/tools/*.[ch] \ $(top_srcdir)/src/tools/tor-fw-helper/*.[ch] -check-docs: - $(top_srcdir)/scripts/maint/checkOptionDocs.pl +check-docs: all + $(PERL) $(top_builddir)/scripts/maint/checkOptionDocs.pl check-logs: $(top_srcdir)/scripts/maint/checkLogs.pl \ -- cgit v1.2.3-54-g00ecf