rearranged for ctan, version 1.1
This commit is contained in:
8
examples/makefile.am
Normal file
8
examples/makefile.am
Normal file
@@ -0,0 +1,8 @@
|
||||
examplesdir = ${docdir}/examples
|
||||
dist_examples_DATA = $(EXAMPLES:%=%.tex) $(EXAMPLES:%=%.pdf)
|
||||
|
||||
%.pdf:%.tex
|
||||
xelatex -synctex=1 -interaction=nonstopmode $<
|
||||
|
||||
CLEANFILES = $(EXAMPLES:%=%.aux) $(EXAMPLES:%=%.log) $(EXAMPLES:%=%.synctex.gz)
|
||||
MAINTAINERCLEANFILES = makefile.in
|
||||
Reference in New Issue
Block a user