src/Doc/Datatypes/document/build
author Andreas Lochbihler
Fri, 18 Dec 2015 11:14:28 +0100
changeset 61856 4b1b85f38944
parent 56534 3ff16a7f0b2e
permissions -rwxr-xr-x
add gcd instance for integer and serialisation to target language operations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
53498
05313b45a5ae more portable hash-bang;
wenzelm
parents: 52792
diff changeset
     1
#!/usr/bin/env bash
52792
3e651be14fcd sketched documentation for new (co)datatype package
blanchet
parents:
diff changeset
     2
3e651be14fcd sketched documentation for new (co)datatype package
blanchet
parents:
diff changeset
     3
set -e
3e651be14fcd sketched documentation for new (co)datatype package
blanchet
parents:
diff changeset
     4
3e651be14fcd sketched documentation for new (co)datatype package
blanchet
parents:
diff changeset
     5
FORMAT="$1"
3e651be14fcd sketched documentation for new (co)datatype package
blanchet
parents:
diff changeset
     6
VARIANT="$2"
3e651be14fcd sketched documentation for new (co)datatype package
blanchet
parents:
diff changeset
     7
3e651be14fcd sketched documentation for new (co)datatype package
blanchet
parents:
diff changeset
     8
"$ISABELLE_HOME/src/Doc/prepare_document" "$FORMAT"
3e651be14fcd sketched documentation for new (co)datatype package
blanchet
parents:
diff changeset
     9