src/Doc/Classes/document/build
author blanchet
Thu, 17 Oct 2013 01:03:59 +0200
changeset 54123 271a8377656f
parent 53498 05313b45a5ae
child 56534 3ff16a7f0b2e
permissions -rwxr-xr-x
remove overloading of "max_facts" -- it already controls the number of facts passed to ATPs for 'learn_prover'

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