src/Doc/Intro/document/build
author Fabian Huch <huch@in.tum.de>
Thu, 14 Dec 2023 13:10:01 +0100
changeset 79289 7c1faa16554b
parent 73772 6b4c47666267
permissions -rwxr-xr-x
add delay and limit options for when schedule is considered outdated;

#!/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