src/Doc/IsarRef/document/build
author wenzelm
Tue, 01 Apr 2014 22:25:01 +0200
changeset 56355 1a9f569b5b7e
parent 53498 05313b45a5ae
permissions -rwxr-xr-x
some rephrasing to ensure that this becomes cheap "foreach" and not expensive "map" (cf. 0fc032898b05);

#!/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/ttbox.sty" .
cp "$ISABELLE_HOME/src/Doc/underscore.sty" .
cp "$ISABELLE_HOME/src/Doc/manual.bib" .

./showsymbols "$ISABELLE_HOME/lib/texinputs/isabellesym.sty" > syms.tex

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