aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorcypherpunks <cypherpunks@torproject.org>2015-03-11 10:47:13 +0100
committerNick Mathewson <nickm@torproject.org>2015-03-14 13:00:06 -0400
commiteeb753e87115a7b19cc7de83c061fa5e599acb81 (patch)
treed60fc747cbfe9684163092ec9d042e2dca13990a /Makefile.am
parente656a88fad97a813f29f48a92ea9f972122bc3af (diff)
downloadtor-eeb753e87115a7b19cc7de83c061fa5e599acb81.tar.gz
tor-eeb753e87115a7b19cc7de83c061fa5e599acb81.zip
Make `check-docs` work from out-of-tree builds.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
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 \