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

Dynare++: move all documentation to the doc/ subdir

parent 16e36e50
No related branches found
No related tags found
No related merge requests found
EXTRA_DIST = dynare++-ramsey.tex dynare++-tutorial.tex changelog-old.html changelog-sylv-old.html EXTRA_DIST = \
dynare++-ramsey.tex \
dynare++-tutorial.tex \
sylvester.tex \
tl.tex \
changelog-old.html \
changelog-sylv-old.html
if HAVE_PDFLATEX if HAVE_PDFLATEX
pdf-local: dynare++-ramsey.pdf dynare++-tutorial.pdf pdf-local: dynare++-ramsey.pdf dynare++-tutorial.pdf sylvester.pdf tl.pdf
endif endif
%.pdf: %.tex %.pdf: %.tex
......
File moved
File moved
SUBDIRS = cc testing SUBDIRS = cc testing
EXTRA_DIST = sylvester.tex
if HAVE_PDFLATEX
pdf-local: sylvester.pdf
sylvester.pdf: sylvester.tex
$(PDFLATEX) sylvester
$(PDFLATEX) sylvester
endif
CLEANFILES = *.pdf *.log *.aux
SUBDIRS = cc testing SUBDIRS = cc testing
EXTRA_DIST = tl.tex
if HAVE_PDFLATEX
pdf-local: tl.pdf
tl.pdf: tl.tex
$(PDFLATEX) tl
$(PDFLATEX) tl
endif
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