mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +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:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user