summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/texlive/texlive-zh-cn/Makefile
blob: 54edd60add49ee91bed44bb29ae0d8e3ae00911f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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