src/Doc/Intro/document/build
author wenzelm
Mon, 24 Jan 2022 21:29:37 +0100
changeset 74995 68ffcf5cc94b
parent 73772 6b4c47666267
permissions -rwxr-xr-x
updated to polyml-test-15c840d48c9a;

#!/usr/bin/env bash

set -e

$ISABELLE_LUALATEX root

if [ -f manual.bib -o -f root.bib ]
then
  $ISABELLE_BIBTEX root
  $ISABELLE_LUALATEX root
fi

$ISABELLE_LUALATEX root

if [ -f root.idx ]
then
  "$ISABELLE_HOME/src/Doc/sedindex" root
  $ISABELLE_LUALATEX root
fi