rearranged for ctan, version 1.1
This commit is contained in:
12
makefile.am
Normal file
12
makefile.am
Normal file
@@ -0,0 +1,12 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
SUBDIRS = examples screenshots
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user