aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 14:20:43 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 14:20:43 -0400
commit946428d27382fdd0635d429229e7d30442cd977e (patch)
tree80c2ae609a318214887b3d6474ea9cc5b2371c0f /Makefile.am
parent999f7984e189250216fcd0bbbe1c4c8d1b0c380b (diff)
downloadtor-946428d27382fdd0635d429229e7d30442cd977e.tar.gz
tor-946428d27382fdd0635d429229e7d30442cd977e.zip
Run checkIncludes.py from "make check-includes"
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4ccee670e6..e0f827d295 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -100,6 +100,7 @@ EXTRA_DIST+= \
Makefile.nmake \
README \
ReleaseNotes \
+ scripts/maint/checkIncludes.py \
scripts/maint/checkSpace.pl
## This tells etags how to find mockable function definitions.
@@ -267,6 +268,11 @@ if USE_PERL
$(top_srcdir)/src/tools/*.[ch]
endif
+check-includes:
+if USEPYTHON
+ $(top_srcdir)/scripts/maint/checkIncludes.py
+endif
+
check-docs: all
$(PERL) $(top_builddir)/scripts/maint/checkOptionDocs.pl