Rename annotate_ifdef_directives to end with .py.

This allows the python doctest module to process it correctly
when invoked as:
   python -m doctest -v annotate_ifdef_directives.py
This commit is contained in:
Nick Mathewson 2019-09-26 15:43:40 -04:00
parent d229399e77
commit f1e0665c93
2 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ version:
.PHONY: autostyle-ifdefs
autostyle-ifdefs:
$(PYTHON) scripts/maint/annotate_ifdef_directives $(OWNED_TOR_C_FILES)
$(PYTHON) scripts/maint/annotate_ifdef_directives.py $(OWNED_TOR_C_FILES)
.PHONY: autostyle-ifdefs
autostyle-operators: