Project restart

This commit is contained in:
2025-12-29 10:46:05 +01:00
commit 59d19cb48c
388 changed files with 48020 additions and 0 deletions

15
doc/manual/sphinx/build_doc.sh Executable file
View File

@@ -0,0 +1,15 @@
#! /bin/env sh
SCRIPT_DIR=$(realpath $( dirname "$0"))
ver_file="$(realpath $SCRIPT_DIR/../../../src/VERSION)"
ver=$(echo "$(cat $ver_file)" | cut -d "_" -f 1)
echo "Version of the manual: $ver"
export APP_VERSION=$ver
rm -r $SCRIPT_DIR/build
mkdir $SCRIPT_DIR/build
make -C $SCRIPT_DIR latexpdf || exit
cp -vf $SCRIPT_DIR/build/latex/testium.pdf $SCRIPT_DIR/../testium_manual.pdf