Files
businesscard-qrcode/examples/makefile.am
T

24 lines
696 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 \
2025-11-11 10:53:12 +01:00
texstudio_d30266 \
mrw-test
2025-11-09 11:03:42 +01:00
2018-08-14 16:38:43 +02:00
examplesdir = ${docdir}/examples
dist_examples_DATA = $(EXAMPLES:%=%.tex) $(EXAMPLES:%=%.pdf)
%.pdf:%.tex
2025-11-11 10:53:12 +01:00
TEXINPUTS=..:${srcdir}:$${TEXINPUTS} xelatex -synctex=1 -interaction=nonstopmode $<
2018-08-14 16:38:43 +02:00
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
2025-11-11 10:53:12 +01:00
EXTRA_DIST = .latexmkrc