texlive[46313] trunk: doc,synx
commits+karl at tug.org
commits+karl at tug.org
Sun Jan 14 23:58:58 CET 2018
Revision: 46313
http://tug.org/svn/texlive?view=revision&revision=46313
Author: karl
Date: 2018-01-14 23:58:58 +0100 (Sun, 14 Jan 2018)
Log Message:
-----------
doc,synx
Modified Paths:
--------------
trunk/Build/source/texk/kpathsea/ChangeLog
trunk/Master/tlpkg/bin/tl-update-images
Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog 2018-01-14 22:57:50 UTC (rev 46312)
+++ trunk/Build/source/texk/kpathsea/ChangeLog 2018-01-14 22:58:58 UTC (rev 46313)
@@ -1,3 +1,7 @@
+2018-01-14 Karl Berry <karl at tug.org>
+
+ * texmf.cnf: doc fixes.
+
2018-01-14 Akira Kakuto <kakuto at fuk.kindai.ac.jp>
* progname.c: Use a macro instead of a function strlen() to
Modified: trunk/Master/tlpkg/bin/tl-update-images
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-images 2018-01-14 22:57:50 UTC (rev 46312)
+++ trunk/Master/tlpkg/bin/tl-update-images 2018-01-14 22:58:58 UTC (rev 46313)
@@ -79,7 +79,7 @@
# remove old images, checksums, signatures, versioned and generic.
rm -f $iso* $prefix*.iso*
- # the image consists of the tlnet tree and the top-level files
+ # the image consists of a tlnet tree and the top-level files
# from master, more or less.
imgdir=${prefix}imgtmp
rm -rf $imgdir
@@ -102,7 +102,7 @@
echo "source = `pwd`"
fi
if test ! -r install-tl; then
- echo "$0: no install-in in `pwd`, goodbye." >&2
+ echo "$0: no install-tl in `pwd`, goodbye." >&2
exit 1
fi
cp -pr install-tl *.bat tlpkg archive $imgdir
@@ -111,8 +111,9 @@
# do this here so that they can be kept in the tree,
# and thus installed normally over the net.
# keep in sync with info on http://tug.org/texlive/doc.html.
- prune="aarch64-linux armel-linux i386-cygwin i386-freebsd i386-netbsd \
- i386-solaris powerpc-darwin powerpc-linux"
+ prune="aarch64-linux amd64-freebsd amd64-netbsd armel-linux \
+ i386-cygwin i386-darwin i386-freebsd i386-netbsd i386-solaris \
+ powerpc-darwin powerpc-linux sparc-solaris "
echo "-- pruning platforms: $prune..."
mkdir $imgdir/tlpkg/bin
cp $mydir/tl-prune-platforms $imgdir/tlpkg/bin
More information about the tex-live-commits
mailing list