summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-28 12:00:50 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-28 12:00:50 -0400
commit9b825ffc4ffbff946a1fc7f5a4cfedf8e5317e79 (patch)
treeb4209f96d7494bdf2dbb9af74549ed83d291579e /Makefile.am
parent78b431d3e30def3641f25707197c55a1c7200269 (diff)
parent703ad69587b512088f178da52494d7767f521c38 (diff)
downloadtor-9b825ffc4ffbff946a1fc7f5a4cfedf8e5317e79.tar.gz
tor-9b825ffc4ffbff946a1fc7f5a4cfedf8e5317e79.zip
Merge branch 'bug8966_v5'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 0361d87cec..6eceb761f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -77,7 +77,7 @@ reset-gcov:
# Avoid strlcpy.c, strlcat.c, aes.c, OpenBSD_malloc_Linux.c, sha256.c,
# eventdns.[hc], tinytest*.[ch]
check-spaces:
- ./contrib/checkSpace.pl -C \
+ ./scripts/maint/checkSpace.pl -C \
src/common/*.[ch] \
src/or/*.[ch] \
src/test/*.[ch] \
@@ -85,10 +85,10 @@ check-spaces:
src/tools/tor-fw-helper/*.[ch]
check-docs:
- ./contrib/checkOptionDocs.pl
+ ./scripts/maint/checkOptionDocs.pl
check-logs:
- ./contrib/checkLogs.pl \
+ ./scripts/maint/checkLogs.pl \
src/*/*.[ch] | sort -n
version: