author | Andreas Lochbihler <mail@andreas-lochbihler.de> |
Sun, 31 Jan 2021 12:10:20 +0100 | |
changeset 73213 | bb35f7f60d6c |
parent 62589 | b5783412bfed |
child 73723 | 1bbbaae6b5e3 |
permissions | -rwxr-xr-x |
#!/usr/bin/env bash set -e FORMAT="$1" VARIANT="$2" # ad-hoc patching of temporary path from sources perl -i -pe 's/\{\\isachardollar\}ISABELLE\{\\isacharunderscore\}TMP\{\\isacharslash\}examples/examples/g' *.tex isabelle logo Isar "$ISABELLE_HOME/src/Doc/prepare_document" "$FORMAT" # clean up afterwards rm -rf "${ISABELLE_TMP}/examples"