diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-14 22:58:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-14 22:58:58 +0000 |
commit | 9785cbea9c8acdfd762ff39ce83374bb8950ac12 (patch) | |
tree | 076e7b0c31ca32115c902ec5de08b6b00031de72 | |
parent | ea0f177298273649cb6328b6f69ebb07edac2229 (diff) |
doc,synx
git-svn-id: svn://tug.org/texlive/trunk@46313 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 9 |
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 |