src/Doc/Main/document/build
author wenzelm
Thu, 30 Oct 2014 22:45:19 +0100
changeset 58839 ccda99401bc8
parent 56534 3ff16a7f0b2e
child 62589 b5783412bfed
permissions -rwxr-xr-x
eliminated aliases;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
53498
05313b45a5ae more portable hash-bang;
wenzelm
parents: 48985
diff changeset
     1
#!/usr/bin/env bash
48944
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     2
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     3
set -e
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     4
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     5
FORMAT="$1"
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     6
VARIANT="$2"
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     7
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     8
"$ISABELLE_TOOL" latex -o "$FORMAT"
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     9
"$ISABELLE_TOOL" latex -o "$FORMAT"
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    10