summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/texlive/texlive-sr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/texlive/texlive-sr/Makefile')
-rw-r--r--Master/texmf-dist/doc/texlive/texlive-sr/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/texlive/texlive-sr/Makefile b/Master/texmf-dist/doc/texlive/texlive-sr/Makefile
new file mode 100644
index 00000000000..6b080f3e5a5
--- /dev/null
+++ b/Master/texmf-dist/doc/texlive/texlive-sr/Makefile
@@ -0,0 +1,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 *~