aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDeepesh Pathak <deepshpathak@gmail.com>2018-04-15 01:05:49 +0530
committerNick Mathewson <nickm@torproject.org>2018-04-22 20:48:48 -0400
commit72bfcb37f13a22780a0a771f17d3b5953703c815 (patch)
tree687f4e4bb37b700cfa22757aa9407f63b468e3ac /Makefile.am
parent48092540d09d87d6385b227fe255921285371838 (diff)
downloadtor-72bfcb37f13a22780a0a771f17d3b5953703c815.tar.gz
tor-72bfcb37f13a22780a0a771f17d3b5953703c815.zip
add changes file and update check-typos in makefile
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 b892c69f78..cccad6c5ed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -97,7 +97,7 @@ doxygen:
test: all
$(top_builddir)/src/test/test
-check-local: check-spaces check-changes check-typos
+check-local: check-spaces check-changes
need-chutney-path:
@if test ! -d "$$CHUTNEY_PATH"; then \
@@ -221,8 +221,8 @@ check-logs:
check-typos:
@if test -x "`which misspell 2>&1;true`"; then \
echo "Checking for Typos ..."; \
- (`which misspell` \
- $(top_srcdir)/src/**/*.[ch] \
+ (misspell \
+ $(top_srcdir)/src/[^e]*/*.[ch] \
$(top_srcdir)/doc \
$(top_srcdir)/contrib \
$(top_srcdir)/scripts \