Files
businesscard-qrcode/examples/makefile.am
T
Marc Wäckerlin dd92e3c5df Add Title Role
2025-11-10 13:07:52 +01:00

21 lines
622 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
examplesdir = ${docdir}/examples
dist_examples_DATA = $(EXAMPLES:%=%.tex) $(EXAMPLES:%=%.pdf)
%.pdf:%.tex
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