Files
businesscard-qrcode/examples/makefile.am
T

21 lines
622 B
Plaintext
Raw Normal View History

2025-11-09 11:03:42 +01:00
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
2018-08-14 16:38:43 +02:00
examplesdir = ${docdir}/examples
dist_examples_DATA = $(EXAMPLES:%=%.tex) $(EXAMPLES:%=%.pdf)
%.pdf:%.tex
xelatex -synctex=1 -interaction=nonstopmode $<
2025-11-10 13:07:52 +01:00
CLEANFILES = $(EXAMPLES:%=%.aux) $(EXAMPLES:%=%.pdf) $(EXAMPLES:%=%.log) $(EXAMPLES:%=%.synctex.gz) $(EXAMPLES:%=%.fdb_latexmk) $(EXAMPLES:%=%.fls) $(EXAMPLES:%=%.xdv)
2018-08-14 16:38:43 +02:00
MAINTAINERCLEANFILES = makefile.in