mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
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:
parent
d229399e77
commit
f1e0665c93
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user