diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-28 11:59:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-28 11:59:55 -0400 |
commit | 703ad69587b512088f178da52494d7767f521c38 (patch) | |
tree | b4209f96d7494bdf2dbb9af74549ed83d291579e /Makefile.am | |
parent | 9230bc7c65cec68c66fa9c75751d6c6bd600e9fc (diff) | |
download | tor-703ad69587b512088f178da52494d7767f521c38.tar.gz tor-703ad69587b512088f178da52494d7767f521c38.zip |
Deal with the aftermath of sorting contrib
This basically amounts to grepping for every file that mentioned
contrib and adjusting its references to refer to the right place.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
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: |