prefer standard document_build=lualatex --- ISABELLE_TMP/examples has been removed already in 435fb018e8ee;
--- a/src/Doc/Codegen/document/build Wed May 19 16:35:10 2021 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-#!/usr/bin/env bash
-
-set -e
-
-FORMAT="$1"
-VARIANT="$2"
-
-# ad-hoc patching of temporary path from sources
-perl -i -pe 's/\{\\isachardollar\}ISABELLE\{\\isacharunderscore\}TMP\{\\isacharslash\}examples/examples/g' *.tex
-
-"$ISABELLE_HOME/src/Doc/prepare_document" "$FORMAT"
-
-# clean up afterwards
-rm -rf "${ISABELLE_TMP}/examples"
--- a/src/Doc/ROOT Wed May 19 16:35:10 2021 +0200
+++ b/src/Doc/ROOT Wed May 19 16:41:32 2021 +0200
@@ -16,8 +16,8 @@
"style.sty"
session Codegen (doc) in "Codegen" = HOL +
- options [document_logo = "Isar", document_bibliography, document_build = "build",
- document_variants = "codegen", print_mode = "no_brackets,iff"]
+ options [document_logo = "Isar", document_bibliography, document_variants = "codegen",
+ print_mode = "no_brackets,iff"]
sessions
"HOL-Library"
theories [document = false]
@@ -32,14 +32,12 @@
Adaptation
Further
document_files (in "..")
- "prepare_document"
"pdfsetup.sty"
"iman.sty"
"extra.sty"
"isar.sty"
"manual.bib"
document_files
- "build"
"root.tex"
"style.sty"