src/Doc/Intro/document/build
author wenzelm
Thu, 10 Aug 2023 23:11:52 +0200
changeset 78513 f467ff4aa8f9
parent 73772 6b4c47666267
permissions -rwxr-xr-x
back to post-release mode -- after fork point;

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