mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
3f03f0a447
The change is only relevant to development as all the call to python scripts is done calling C++ os::python that invoques the appropriate python version. The change is two fold, on one hand remove all the uses of /usr/bin/env for python. On the other hand rename all the calls to python from python to python3 making it explicit and being compliant with PEP 394 -- The "python" Command on Unix-Like Systems: https://www.python.org/dev/peps/pep-0394/ Remove the sheebang from src/graphics/GraphicsConverter.cpp because it is not necessary. Some small whitespace changes. |
||
---|---|---|
.. | ||
alpha_lfuns.pl | ||
count_lines_of_included_code.sh | ||
count_total_lines_of_compiled_code.sh | ||
create_torrent | ||
designer43to42 | ||
gen_lfuns.py | ||
generate_manuals_for_web.sh | ||
generate_symbols_images.lyx | ||
generate_symbols_images.py | ||
generate_symbols_list.py | ||
generate_symbols_svg.lyx | ||
header_check.sh | ||
list_included_headers.sh | ||
lyx-build | ||
lyx-fedora | ||
lyxeditor | ||
mergepo.py | ||
numbers | ||
patch-preamble | ||
README | ||
unicodesymbols.py | ||
update-po.sh | ||
updatedocs.py | ||
updatelayouts.py | ||
updatelfuns.sh | ||
updatestats.sh | ||
wait.sh | ||
x-font |
Some scripts I found useful when working on LyX