Skip to content
Snippets Groups Projects
Commit f1e0665c authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

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
parent d229399e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment