src/Doc/Codegen/document/build
author haftmann
Thu, 15 Jan 2015 13:39:41 +0100
changeset 59376 ead400fd6484
parent 59334 f0141b991c8f
child 62589 b5783412bfed
permissions -rwxr-xr-x
even more pervasive replacement of auxiliary destination

#!/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_TOOL" logo Isar
"$ISABELLE_HOME/src/Doc/prepare_document" "$FORMAT"

# clean up afterwards
rm -rf "${ISABELLE_TMP}/examples"