prefer standard document_build=lualatex --- ISABELLE_TMP/examples has been removed already in 435fb018e8ee;
authorwenzelm
Wed, 19 May 2021 16:41:32 +0200
changeset 73748 e78c8a1f03fb
parent 73747 8c460c09665e
child 73749 6ddbb74a52c9
prefer standard document_build=lualatex --- ISABELLE_TMP/examples has been removed already in 435fb018e8ee;
src/Doc/Codegen/document/build
src/Doc/ROOT
--- 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"