diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/c2lx | 5 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/cjk-ko.tlpsrc | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/c2lx b/Master/tlpkg/bin/c2lx index 90473675c8a..d0b5cbc2e24 100755 --- a/Master/tlpkg/bin/c2lx +++ b/Master/tlpkg/bin/c2lx @@ -27,8 +27,11 @@ elif test "x$1" = xdev; then elif test "x$1" = x3; then shift; label=l3 pkgs="l3kernel l3packages l3experimental l3build l3backend" +elif test "x$1" = xjxu; then + shift; label=jxu + pkgs="einfart minimalist colorist simplivre" else - echo "$0: unknown latex type: $1 (one of: e dev 3)" >&2 + echo "$0: unknown latex or group type: $1 (one of: e dev 3 jxu)" >&2 exit 1 fi diff --git a/Master/tlpkg/tlpsrc/cjk-ko.tlpsrc b/Master/tlpkg/tlpsrc/cjk-ko.tlpsrc index e69de29bb2d..5c113d980b9 100644 --- a/Master/tlpkg/tlpsrc/cjk-ko.tlpsrc +++ b/Master/tlpkg/tlpsrc/cjk-ko.tlpsrc @@ -0,0 +1 @@ +depend cjk |