Files
businesscard-qrcode/examples/makefile.am
T

11 lines
421 B
Plaintext
Raw Normal View History

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