diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-13 21:33:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-13 21:33:39 +0000 |
commit | 14385a83aba04a74751f5bb9f27eb9b704e75f31 (patch) | |
tree | 930c8a4e0b55e89eb35283ae3b1569d7384c2065 /Master/tlpkg | |
parent | 1015432e2af332b23713e93defcd11c96b20ab3a (diff) |
ebgaramond (13apr20)
git-svn-id: svn://tug.org/texlive/trunk@54721 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index 55cc93e67de..f7c1774dda2 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -90,6 +90,11 @@ if test -z "$ctan_dir"; then echo "$0: can't find CTAN directory for $pkg." >&2 exit 1 fi + +# trying to sync catalogue changes as much as possible. +#catfile=/home/httpd/html/catalogue/entries/$letter/ +#svn update $catfile + echo "$0: ctan dir for $pkg" echo "$0: is $ctan_dir" |