24 lines
696 B
Plaintext
24 lines
696 B
Plaintext
EXAMPLES = example \
|
|
john-doe-hongkong \
|
|
peter-muster-example-company-zuerich \
|
|
special-papersize \
|
|
photo-example \
|
|
photo-in-qr-example \
|
|
photo-large-example \
|
|
background-color-example \
|
|
background-image-example \
|
|
test-country-short \
|
|
texstudio_d30266 \
|
|
mrw-test
|
|
|
|
examplesdir = ${docdir}/examples
|
|
dist_examples_DATA = $(EXAMPLES:%=%.tex) $(EXAMPLES:%=%.pdf)
|
|
|
|
%.pdf:%.tex
|
|
TEXINPUTS=..:${srcdir}:$${TEXINPUTS} xelatex -synctex=1 -interaction=nonstopmode $<
|
|
|
|
CLEANFILES = $(EXAMPLES:%=%.aux) $(EXAMPLES:%=%.pdf) $(EXAMPLES:%=%.log) $(EXAMPLES:%=%.synctex.gz) $(EXAMPLES:%=%.fdb_latexmk) $(EXAMPLES:%=%.fls) $(EXAMPLES:%=%.xdv)
|
|
MAINTAINERCLEANFILES = makefile.in
|
|
|
|
EXTRA_DIST = .latexmkrc
|