2018-08-14 16:38:43 +02:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
SUBDIRS = examples screenshots
|
2026-04-30 18:46:28 +02:00
|
|
|
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
|
2018-08-14 16:38:43 +02:00
|
|
|
|
|
|
|
|
dist_latex_DATA = @PACKAGE_NAME@.cls
|
2018-08-15 23:21:17 +02:00
|
|
|
dist_doc_DATA = README.md #@PACKAGE_NAME@.pdf
|
2018-08-14 16:38:43 +02:00
|
|
|
|
2018-08-15 23:21:17 +02:00
|
|
|
#@PACKAGE_NAME@.pdf: README.md
|
|
|
|
|
# pandoc --toc --latex-engine=xelatex -o $@ $<
|
2018-08-14 16:38:43 +02:00
|
|
|
|
2018-08-15 23:21:17 +02:00
|
|
|
#CLEANFILES = @PACKAGE_NAME@.pdf
|
2018-08-14 16:38:43 +02:00
|
|
|
MAINTAINERCLEANFILES = makefile.in aclocal.m4 configure install-sh missing
|
2025-11-11 10:53:12 +01:00
|
|
|
|
|
|
|
|
EXTRA_DIST = .latexmkrc
|