diff --git a/dynare++/tl/Makefile.am b/dynare++/tl/Makefile.am index 476329431..5ef7180cb 100644 --- a/dynare++/tl/Makefile.am +++ b/dynare++/tl/Makefile.am @@ -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