Move checkIncludes inside practracker

Update the makefile accordingly.
This commit is contained in:
Nick Mathewson
2019-08-05 14:10:40 -04:00
parent 9eb12dde18
commit 6fb74753c2
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -166,7 +166,7 @@ EXTRA_DIST+= \
Makefile.nmake \
README \
ReleaseNotes \
scripts/maint/checkIncludes.py \
scripts/maint/practracker/includes.py \
scripts/maint/checkSpace.pl \
scripts/maint/practracker
@@ -366,7 +366,7 @@ endif
check-includes:
if USEPYTHON
$(PYTHON) $(top_srcdir)/scripts/maint/checkIncludes.py
$(PYTHON) $(top_srcdir)/scripts/maint/practracker/includes.py
endif
check-best-practices: