Dynare++: add tl.tex to distributed tarball

By the way, simplify Makefile rules.
time-shift
Sébastien Villemot 2019-01-31 10:48:36 +01:00
parent 4f7330cb52
commit 268d540d58
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 4 additions and 7 deletions

View File

@ -1,16 +1,13 @@
SUBDIRS = cc testing
PDF_TARGETS =
EXTRA_DIST = tl.tex
if HAVE_PDFLATEX
PDF_TARGETS += tl.pdf
endif
pdf-local: $(PDF_TARGETS)
pdf-local: tl.pdf
tl.pdf: tl.tex
$(PDFLATEX) tl
$(PDFLATEX) tl
endif
clean-local:
rm -f *~ *.pdf *.log *.aux *.out
CLEANFILES = *.pdf *.log *.aux