Skip to content
Snippets Groups Projects
Verified Commit 268d540d authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Dynare++: add tl.tex to distributed tarball

By the way, simplify Makefile rules.
parent 4f7330cb
Branches
Tags
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment