diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2023-12-02 12:45:29 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2023-12-02 12:45:29 +0000 |
commit | 23f4e1a4e6830dc0022936b831bebfb7dc4d320b (patch) | |
tree | b30f9fdcc518347efa2f6c20d6dcd7c9cad7b9da /Build/source/texk/web2c/cwebdir/Makefile | |
parent | 446a69abd4f7973a797c9d915bddddc31d4a9a1a (diff) |
[CWEB] New release 4.11.
This commit rounds up the line of changes for CWEB 4.11.
Major changes since CWEB 4.10:
* Factor out 'cwebacromac.tex' with hypertext macros
* Support for LuaTeX as backend engine
* Consistent formatting of terminal output in error situations
* Suppress reference to 'l. 0' in error messages
* Updates in 'cwebman.tex'
git-svn-id: svn://tug.org/texlive/trunk@69017 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/Makefile')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/cwebdir/Makefile b/Build/source/texk/web2c/cwebdir/Makefile index a12dabe311d..28ea97d5540 100644 --- a/Build/source/texk/web2c/cwebdir/Makefile +++ b/Build/source/texk/web2c/cwebdir/Makefile @@ -1,6 +1,6 @@ # This file is part of CWEB. # It is distributed WITHOUT ANY WARRANTY, express or implied. -# Version 4.11 --- September 2023 +# Version 4.11 --- December 2023 # Copyright (C) 1987,1990,1993,2000 Silvio Levy and Donald E. Knuth @@ -216,6 +216,6 @@ tarball: tar zcvhf /tmp/cweb.tgz $(ALL) examples ctan: - git archive -o ~/cweb-4.10.zip --prefix=cweb/ cweb-4.10 + git archive -o ~/cweb-4.11.zip --prefix=cweb/ cweb-4.11 make PDF=pdf usermanual - cd ..; zip -r ~/cweb-4.10.zip cweb/cwebman.pdf + cd ..; zip -r ~/cweb-4.11.zip cweb/cwebman.pdf |