src/Doc/Main/document/build
author wenzelm
Sat, 23 May 2015 17:19:37 +0200
changeset 60299 5ae2a2e74c93
parent 56534 3ff16a7f0b2e
child 62589 b5783412bfed
permissions -rwxr-xr-x
clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;
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