python3: upgrade to release 3.8.13
[LibreOffice.git] / bin / README.md
blob88a9b73a49d142e04c77f56eef12cb802bfd4ad0
1 # Tools and Non-Build Scripts
3 Tools and scripts mostly not used during the build
5 This direction has a number of key pieces (?) that are used during the
6 build, or are simply generally useful. One example is `bin/run`.
8 This utility can be used to run the executables in this folder:
10     workdir/LinkTarget/Executable
12 Format of the usage is:
14     ./bin/run application [parameters]|--list|--help
16 Use --list (same as -list or -l) to get the list of executables
17 Use --help (same as -help or -h) to get this help
19 Another example is:
21     bin/find-german-comments <directory>
23 which will try to detect and extract all the German comments in a
24 given source code hierarchy `/` directory.
26 Please note that the associated issue [tdf#39468](https://bugs.documentfoundation.org/show_bug.cgi?id=39468) is now marked as
27 RESOLVED/FIXED, so don't expect many German comments.