summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/kpathsea/ChangeLog4
-rwxr-xr-xMaster/tlpkg/bin/tl-update-images9
2 files changed, 9 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 450df56ebf1..54f0ebdff32 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-14 Karl Berry <karl@tug.org>
+
+ * texmf.cnf: doc fixes.
+
2018-01-14 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* progname.c: Use a macro instead of a function strlen() to
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images
index 70540544c06..5d019e1a78f 100755
--- a/Master/tlpkg/bin/tl-update-images
+++ b/Master/tlpkg/bin/tl-update-images
@@ -79,7 +79,7 @@ MAKEINST ()
# 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 @@ MAKEINST ()
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 @@ MAKEINST ()
# 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