src/Doc/Codegen/document/build
author immler
Wed, 28 Aug 2019 00:08:14 +0200
changeset 70620 f95193669ad7
parent 62589 b5783412bfed
child 73723 1bbbaae6b5e3
permissions -rwxr-xr-x
removed Brouwer_Fixpoint from imports of Derivative

#!/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"