diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/cjk/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/cjk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/cjk/Makefile b/Master/texmf-dist/doc/latex/cjk/Makefile index 2be48884ca8..05b8d33a825 100644 --- a/Master/texmf-dist/doc/latex/cjk/Makefile +++ b/Master/texmf-dist/doc/latex/cjk/Makefile @@ -33,7 +33,7 @@ # o The TeXLive version of some font definition files are used (in the # `texlive' subdirectory). -version=4.8.0 +version=4.8.1 distdir=cjk-$(version) abs-distdir=$(shell pwd)/$(distdir) @@ -110,6 +110,7 @@ DISTTARGETS=\ CJKbabel \ CJKfntef \ CJKutf8 \ + CJKspace \ CJKmixed \ xCJK \ GB \ @@ -143,7 +144,7 @@ SJIS: $(call CONVERT,sjisconv,examples,examples) CJKbabel muletest rubytest thai: $(call MULE,examples,examples) -GB JIS KS UTF8 py_test CJKfntef CJKutf8 CJKmixed: +GB JIS KS UTF8 py_test CJKfntef CJKutf8 CJKspace CJKmixed: $(call LATEX,examples,examples) xCJK: $(call XELATEX,examples,examples) |