Browse Source

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
Nick Mathewson 4 years ago
parent
commit
f1e0665c93
2 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.am
  2. 0 0
      scripts/maint/annotate_ifdef_directives.py

+ 1 - 1
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:

+ 0 - 0
scripts/maint/annotate_ifdef_directives → scripts/maint/annotate_ifdef_directives.py