diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/xpackages/README (renamed from Master/texmf-dist/doc/latex/xpackages/readme-ctan) | 0 | ||||
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
3 files changed, 2 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/xpackages/readme-ctan b/Master/texmf-dist/doc/latex/xpackages/README index ccef2cc6007..ccef2cc6007 100644 --- a/Master/texmf-dist/doc/latex/xpackages/readme-ctan +++ b/Master/texmf-dist/doc/latex/xpackages/README diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index 5a1527cbf8e..6a1dd7ab7e0 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -70,7 +70,7 @@ echo "$0: ctan dir for $pkg" echo "$0: is $ctan_dir" test -r "$ctan_dir/TDS_READY" \ -&& echo "$0: from `cat $ctan_dir/TDS_READY`" +&& echo "... from `cat $ctan_dir/TDS_READY`" # help in keeping things in sync. if egrep " $pkg"'( |$)' $mydir/tlpkg-ctan-check >/dev/null; then :; else diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 4d967872f92..8014e176081 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3596,12 +3596,7 @@ sub POSTinteractiveworkbook sub POSTknuth { - print "POST$package - rearranging for texmf-doc\n"; - &xchdir ("$DEST/doc"); - &xmkdir ("english"); - &SYSTEM ("$MV knuth english"); - &SYSTEM ("$MV ../source/knuth english/knuth/source"); - &xchdir ("english/knuth"); + print "POST$package - removing nonfree/duplicated files\n"; # # remove nonfree. &SYSTEM ("$RM tex/texbook.tex mf/mfbook.tex"); |