[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Rename annotate_ifdef_directives to end with .py.
commit f1e0665c934db49cc86936a17a3a1247db9e3337
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Thu Sep 26 15:43:40 2019 -0400
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
---
Makefile.am | 2 +-
.../maint/{annotate_ifdef_directives => annotate_ifdef_directives.py} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 491b4c8f9..e52b1f742 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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:
diff --git a/scripts/maint/annotate_ifdef_directives b/scripts/maint/annotate_ifdef_directives.py
similarity index 100%
rename from scripts/maint/annotate_ifdef_directives
rename to scripts/maint/annotate_ifdef_directives.py
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits