summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-10-08 21:09:45 +0000
committerKarl Berry <karl@freefriends.org>2023-10-08 21:09:45 +0000
commit5cb9781fa578e0d6e7cdca243aacf8c78b26ab47 (patch)
treea2b14c6dbbc55a81fd421f1d20a09b05a28c9e21 /Master/texmf-dist/doc
parent4e5e09011ba22163554556c4bf0ee44e80b6160f (diff)
pwebmac (7oct23)
git-svn-id: svn://tug.org/texlive/trunk@68486 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/plain/pwebmac/README.md2
-rw-r--r--Master/texmf-dist/doc/plain/pwebmac/makeall7
2 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/plain/pwebmac/README.md b/Master/texmf-dist/doc/plain/pwebmac/README.md
index a5288c99f61..cfd364de094 100644
--- a/Master/texmf-dist/doc/plain/pwebmac/README.md
+++ b/Master/texmf-dist/doc/plain/pwebmac/README.md
@@ -36,4 +36,4 @@ creates HINT output that can be viewed with the
The `pwebmac` package is free software and may be used without constraints.
-This is version **4.9** of the `pwebmac` package — 2023-10-01, Andreas Scherer.
+This is version **4.10** of the `pwebmac` package — 2023-10-07, Andreas Scherer.
diff --git a/Master/texmf-dist/doc/plain/pwebmac/makeall b/Master/texmf-dist/doc/plain/pwebmac/makeall
index 05f8178589f..602f2377c56 100644
--- a/Master/texmf-dist/doc/plain/pwebmac/makeall
+++ b/Master/texmf-dist/doc/plain/pwebmac/makeall
@@ -100,11 +100,12 @@ then
TEX="$HITEX"
PDF=hnt # default extension for 'knuth-hint'
PDFTOCFRONT=false # use 'hintview -h' to start with TOC page
+ VALID=false # HiTeX has no command-line option '--shell-escape'
fi
-# Valid PDF output from 'pdftex': In 'pwebmac.tex' set '\countD' to the actual
-# number of @<named modules@>, not the number of all sections.
-if ( [ pdftex = "$TEX" ] && $VALID )
+# Valid PDF output from 'pdftex' and 'luatex': In 'pwebmac.tex' set '\countD'
+# to the actual number of @<named modules@>, not the number of all sections.
+if ( $VALID )
then
TEX="$TEX --shell-escape"
fi