src/Doc/Codegen/document/build
author wenzelm
Wed, 01 Jan 2014 20:14:47 +0100
changeset 54897 b45b1b217f43
parent 53498 05313b45a5ae
child 56534 3ff16a7f0b2e
permissions -rwxr-xr-x
clarified blast after change of SELECT_GOAL in 210bca64b894: do not smash flex-flex pairs of overall goal state (in analogy to maxidx) -- NB: Isar goal structure serves as natural boundary, e.g. in "by blast";

#!/usr/bin/env bash

set -e

FORMAT="$1"
VARIANT="$2"

"$ISABELLE_TOOL" logo Isar

cp "$ISABELLE_HOME/src/Doc/iman.sty" .
cp "$ISABELLE_HOME/src/Doc/extra.sty" .
cp "$ISABELLE_HOME/src/Doc/isar.sty" .
cp "$ISABELLE_HOME/src/Doc/manual.bib" .

"$ISABELLE_HOME/src/Doc/prepare_document" "$FORMAT"