15 lines
613 B
Plaintext
15 lines
613 B
Plaintext
AUTOMAKE_OPTIONS = foreign
|
|
SUBDIRS = examples screenshots
|
|
EXAMPLES = background-color-example background-image-example centered-backside-example example john-doe-hongkong peter-muster-example-company-zuerich photo-example photo-in-qr-example photo-large-example special-papersize test-country-short texstudio_d30266
|
|
|
|
dist_latex_DATA = @PACKAGE_NAME@.cls
|
|
dist_doc_DATA = README.md #@PACKAGE_NAME@.pdf
|
|
|
|
#@PACKAGE_NAME@.pdf: README.md
|
|
# pandoc --toc --latex-engine=xelatex -o $@ $<
|
|
|
|
#CLEANFILES = @PACKAGE_NAME@.pdf
|
|
MAINTAINERCLEANFILES = makefile.in aclocal.m4 configure install-sh missing
|
|
|
|
EXTRA_DIST = .latexmkrc
|