src/Doc/Datatypes/document/build
author wenzelm
Sat, 05 Apr 2014 15:03:40 +0200
changeset 56421 1ffd7eaa778b
parent 53498 05313b45a5ae
child 56534 3ff16a7f0b2e
permissions -rwxr-xr-x
updated to jedit_build-20140405: Code2HTML.jar, CommonControls.jar, Console.jar, kappalayout.jar, Navigator.jar, SideKick.jar, doc with jEdit manuals (ant dist-manuals);
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
cp "$ISABELLE_HOME/src/Doc/iman.sty" .
3e651be14fcd sketched documentation for new (co)datatype package
blanchet
parents:
diff changeset
     9
cp "$ISABELLE_HOME/src/Doc/extra.sty" .
3e651be14fcd sketched documentation for new (co)datatype package
blanchet
parents:
diff changeset
    10
cp "$ISABELLE_HOME/src/Doc/isar.sty" .
3e651be14fcd sketched documentation for new (co)datatype package
blanchet
parents:
diff changeset
    11
cp "$ISABELLE_HOME/src/Doc/manual.bib" .
3e651be14fcd sketched documentation for new (co)datatype package
blanchet
parents:
diff changeset
    12
3e651be14fcd sketched documentation for new (co)datatype package
blanchet
parents:
diff changeset
    13
"$ISABELLE_HOME/src/Doc/prepare_document" "$FORMAT"
3e651be14fcd sketched documentation for new (co)datatype package
blanchet
parents:
diff changeset
    14