mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 00:42:57 +00:00
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:
parent
9a9039deb2
commit
73581d8fe6
0
TOOLS/docutils-wrapper.py
Normal file → Executable file
0
TOOLS/docutils-wrapper.py
Normal file → Executable 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'))
|
||||
|
Loading…
Reference in New Issue
Block a user