summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/fonts-tlwg/latex/examples/Makefile.am
blob: f17d390d7b554c8a0a5ed6b0c796ee978fc09515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
EXAMPLES = teststd.tex

EXTRA_DIST = $(EXAMPLES)

if INCLUDE_LATEX

examplesdir = $(docdir)/examples
examples_DATA = $(EXAMPLES)

CLEANFILES = *.log *.aux *.ttex *.pdf

SUFFIXES = .tex .pdf

.tex.pdf:
	swath -f latex -u u,u < $< > $@.ttex
	pdflatex $@.ttex
	pdflatex $@.ttex
	mv $@.pdf $@

endif # INCLUDE_LATEX