lib/Tools/mkroot
changeset 48805 c3ea910b3581
parent 48739 3a6c03b15916
child 52743 a7d69a11f395
equal deleted inserted replaced
48804:6348e5fca42e 48805:c3ea910b3581
    87 echo "  creating $DIR/ROOT"
    87 echo "  creating $DIR/ROOT"
    88 
    88 
    89 if [ "$DOC" = true ]; then
    89 if [ "$DOC" = true ]; then
    90   cat > "$DIR/ROOT" <<EOF
    90   cat > "$DIR/ROOT" <<EOF
    91 session "$NAME" = "$ISABELLE_LOGIC" +
    91 session "$NAME" = "$ISABELLE_LOGIC" +
    92   options [document = $ISABELLE_DOC_FORMAT]
    92   options [document = $ISABELLE_DOC_FORMAT, document_output = "output"]
    93   theories [document = false]
    93   theories [document = false]
    94     (* Foo Bar *)
    94     (* Foo Bar *)
    95   theories
    95   theories
    96     (* Baz *)
    96     (* Baz *)
    97   files "document/root.tex"
    97   files "document/root.tex"
   190 
   190 
   191 cat <<EOF
   191 cat <<EOF
   192 
   192 
   193 Now use the following command line to build the session:
   193 Now use the following command line to build the session:
   194 
   194 
   195   isabelle build -v $OPT_DIR
   195   isabelle build $OPT_DIR
   196 
   196 
   197 EOF
   197 EOF
   198 
   198