lyx_mirror/development/tools
José Matos 3f03f0a447 Move all python shebangs from /usr/bin/env to python3.
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.
2018-12-29 19:14:41 +00:00
..
alpha_lfuns.pl Dirty Perl script for alphabetizing LyXAction.cpp, in case it 2017-01-07 16:04:12 -05:00
count_lines_of_included_code.sh Check that we have bash before running updatelfuns.sh 2016-01-11 16:26:13 +00:00
count_total_lines_of_compiled_code.sh
create_torrent Script for creating torrents for files stored on our ftp site. 2018-02-20 00:45:50 +01:00
designer43to42 Check that we have bash before running updatelfuns.sh 2016-01-11 16:26:13 +00:00
gen_lfuns.py Move all python shebangs from /usr/bin/env to python3. 2018-12-29 19:14:41 +00:00
generate_manuals_for_web.sh generate_manuals_for_web: switch to xhtml, and use a random userdir while exporting, so no cached pic can be found. 2017-08-18 02:53:32 +02:00
generate_symbols_images.lyx Update image template docs to current format 2016-06-05 12:56:32 +02:00
generate_symbols_images.py Move all python shebangs from /usr/bin/env to python3. 2018-12-29 19:14:41 +00:00
generate_symbols_list.py Move all python shebangs from /usr/bin/env to python3. 2018-12-29 19:14:41 +00:00
generate_symbols_svg.lyx Update image template docs to current format 2016-06-05 12:56:32 +02:00
header_check.sh * header_check.sh: filter headers; we should suspect only .h files. 2013-05-15 03:46:04 -07:00
list_included_headers.sh Check that we have bash before running updatelfuns.sh 2016-01-11 16:26:13 +00:00
lyx-build Fixes for the build script. 2018-08-28 15:19:48 -04:00
lyx-fedora Check that we have bash before running updatelfuns.sh 2016-01-11 16:26:13 +00:00
lyxeditor
mergepo.py Move all python shebangs from /usr/bin/env to python3. 2018-12-29 19:14:41 +00:00
numbers
patch-preamble Add patch-premable to development tools. 2011-05-09 15:10:24 +00:00
README
unicodesymbols.py Move all python shebangs from /usr/bin/env to python3. 2018-12-29 19:14:41 +00:00
update-po.sh Fix some issues found by the shellcheck script, and move an old 2017-08-21 17:16:30 -04:00
updatedocs.py Move all python shebangs from /usr/bin/env to python3. 2018-12-29 19:14:41 +00:00
updatelayouts.py Move all python shebangs from /usr/bin/env to python3. 2018-12-29 19:14:41 +00:00
updatelfuns.sh Fix some issues found by the shellcheck script, and move an old 2017-08-21 17:16:30 -04:00
updatestats.sh Fix some issues found by the shellcheck script, and move an old 2017-08-21 17:16:30 -04:00
wait.sh Dummy script for testing background export cancellation. 2017-12-21 18:55:40 -05:00
x-font

Some scripts I found useful when working on LyX