diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-08 18:14:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-08 18:14:30 +0000 |
commit | 2229554140bb2a2fc6faeaa0f86a497da0e25b91 (patch) | |
tree | 6e809e2bf517c9f2c1b8fb328945aeae3239913a /Master/source | |
parent | b34a3dab6046461de575d7b757a8647fd0a6f18d (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@58223 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/source')
-rw-r--r-- | Master/source/gzip.README | 4 | ||||
-rw-r--r-- | Master/source/lz4-1.9.3.tar.gz | bin | 0 -> 320958 bytes | |||
-rw-r--r-- | Master/source/lz4.README | 4 | ||||
-rw-r--r-- | Master/source/mactexdoc.README | 2 | ||||
-rw-r--r-- | Master/source/texlive.patch | 11 |
5 files changed, 7 insertions, 14 deletions
diff --git a/Master/source/gzip.README b/Master/source/gzip.README index bad542eeffa..14d6b423536 100644 --- a/Master/source/gzip.README +++ b/Master/source/gzip.README @@ -1,4 +1,4 @@ (This file public domain.) -gzip-1.4.tar.xz came from -http://www.gnu.org/software/gzip/ +gzip sources from GNU: +https://www.gnu.org/software/gzip/ diff --git a/Master/source/lz4-1.9.3.tar.gz b/Master/source/lz4-1.9.3.tar.gz Binary files differnew file mode 100644 index 00000000000..c26129a58b8 --- /dev/null +++ b/Master/source/lz4-1.9.3.tar.gz diff --git a/Master/source/lz4.README b/Master/source/lz4.README new file mode 100644 index 00000000000..136c26b74b9 --- /dev/null +++ b/Master/source/lz4.README @@ -0,0 +1,4 @@ +(This file public domain.) + +lz4 sources from: +https://github.com/lz4/lz4/releases/latest diff --git a/Master/source/mactexdoc.README b/Master/source/mactexdoc.README index b7e35382904..44d686c5ebd 100644 --- a/Master/source/mactexdoc.README +++ b/Master/source/mactexdoc.README @@ -1,6 +1,6 @@ (This file public domain.) -mactexdoc.tar.xz comes from Dick Koch: +mactexdoc.tar.xz comes from Dick Koch, who can be contacted through: http://pages.uoregon.edu/koch/ It includes build documentation for MacTeX, diff --git a/Master/source/texlive.patch b/Master/source/texlive.patch deleted file mode 100644 index df529857561..00000000000 --- a/Master/source/texlive.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- texk/web2c/luatexdir/tex/printing.c (revision 49614) -+++ texk/web2c/luatexdir/tex/printing.c (working copy) -@@ -416,7 +416,7 @@ - { - char *buffer = NULL; - int i = 0; -- int newlinechar = new_line_char_par; -+ int newlinechar = (lua_only == 1) ? 10 : new_line_char_par; - int dolog = 0; - int doterm = 0; - switch (selector) { |