summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/texlive/texlive-sr/Makefile
blob: 6b080f3e5a58462a29a24f16f82e0808c07abc7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Makefile for Serbian Translation of the TeX Live documentation.

TEX = xelatex
TECKIT = teckit_compile
doc = texlive-sr
source = $(doc).tex
pdf = $(doc).pdf
html = ${doc}.html

all: realclean pdf

env = TEXINPUTS=../texlive-common:../texlive-en:images:; export TEXINPUTS;

pdf:
	$(env) $(TEX) $(source)
	$(env) $(TEX) $(source)
	$(env) $(TEX) $(source)

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 $(doc).xdv

realclean: clean
	rm -f $(doc).pdf 
	rm -f *.html *.htm $(doc).css *.gif *.jpg $(doc).tec *~