summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/texlive/texlive-zh-cn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/texlive/texlive-zh-cn/Makefile')
-rw-r--r--Master/texmf-dist/doc/texlive/texlive-zh-cn/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/texlive/texlive-zh-cn/Makefile b/Master/texmf-dist/doc/texlive/texlive-zh-cn/Makefile
new file mode 100644
index 00000000000..54edd60add4
--- /dev/null
+++ b/Master/texmf-dist/doc/texlive/texlive-zh-cn/Makefile
@@ -0,0 +1,23 @@
+# $Id$
+# Makefile for TeX Live documentation. Public domain.
+TEX = xelatex
+doc = texlive-zh-cn
+source = $(doc).tex
+pdf = $(doc).pdf
+
+all: $(pdf)
+
+env = TEXINPUTS=../texlive-common:../texlive-en:; export TEXINPUTS;
+
+$(pdf): $(source) tex-live-zh-cn.sty
+ $(env) $(TEX) $<
+ $(env) $(TEX) $<
+
+clean:
+ rm -f *.aux *.log *.blg *.toc *.out *.lot tex4ht.ps *.4*
+ rm -f *.xref* *.lg *.idv *.out *.otc *.tmp tmp.*
+ rm -f $(doc).dvi $(doc).ps
+
+realclean: clean
+ rm -f $(doc).pdf
+ rm -f *.html *.htm $(doc).css *.gif *.jpg