TOOLS/docutils-wrapper: make executable + alphabetize

I should have caught this during review but the feature was too cool and
I didn't really pay attention (sorry). For consistency with the rest of
the scripts here.
This commit is contained in:
Dudemanguy 2023-01-11 21:44:29 -06:00
parent 9a9039deb2
commit 73581d8fe6
2 changed files with 1 additions and 1 deletions

0
TOOLS/docutils-wrapper.py Normal file → Executable file
View File

View File

@ -551,10 +551,10 @@ features += {'vector': vector.allowed()}
# various file generations
tools_directory = join_paths(source_root, 'TOOLS')
docutils_wrapper = find_program(join_paths(tools_directory, 'docutils-wrapper.py'))
file2string = find_program(join_paths(tools_directory, 'file2string.py'))
matroska = find_program(join_paths(tools_directory, 'matroska.py'))
version_py = find_program(join_paths(source_root, 'version.py'))
docutils_wrapper = find_program(join_paths(tools_directory, 'docutils-wrapper.py'))
subdir('generated')
subdir(join_paths('generated', 'etc'))