diff options
author | Norbert Preining <norbert@preining.info> | 2023-03-01 03:01:38 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-03-01 03:01:38 +0000 |
commit | 37485ae5d642200a29ffc623bae1150d9e8e7978 (patch) | |
tree | 711eb1139a9dd74d28d39cad529dbab0371c13c9 /systems/doc/pdftex/manual/Makefile | |
parent | ed106ad4cb2e3cb0269bdc9f721ff75df77532cf (diff) |
CTAN sync 202303010301
Diffstat (limited to 'systems/doc/pdftex/manual/Makefile')
-rw-r--r-- | systems/doc/pdftex/manual/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/systems/doc/pdftex/manual/Makefile b/systems/doc/pdftex/manual/Makefile index 481b8567b9..2c8006c192 100644 --- a/systems/doc/pdftex/manual/Makefile +++ b/systems/doc/pdftex/manual/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile 879 2022-04-26 16:19:17Z karl $ +# $Id: Makefile 905 2023-02-28 01:23:10Z karl $ # Makefile for pdfTeX documentation. Public domain. # Get version we're documenting from the \def in the manual. pdftexversion=`sed -n 's,^.def.currentpdftex{\(.*\)},\1,p' manual/pdftex-t.tex` -context = texexec --batchmode +context = env PATH=/usr/local/texlive/dev/bin/x86_64-linux:$$PATH texexec --batchmode # context does not have \setupoutput. # texmfstart exits immediately. @@ -89,7 +89,7 @@ pdftex-syntax.txt: pdftex-t.tex pdftex-syntax.tex syntaxform.awk # Install from this source directory to TL. # svn co svn://u:pw@tug.org/texlive/trunk/Master/texmf-dist/doc/pdftex -tltree = /v/texlive/karl/Master/texmf-dist +tltree = /home/texlive/karl/Master/texmf-dist dest = $(tltree)/doc/pdftex/manual INSTALL_DATA = cp -p |