src/Doc/Intro/document/build
author paulson <lp15@cam.ac.uk>
Tue, 23 Apr 2024 10:26:04 +0100
changeset 80143 378593bf5109
parent 73772 6b4c47666267
permissions -rwxr-xr-x
Tidying up another of the nominal examples

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