* Following GNU build system rules, PDF documentation is now built with "make pdf", HTML doc with "make html"

* Fixed bug when dblatex not present


git-svn-id: https://www.dynare.org/svn/dynare/trunk@2915 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-09-10 16:51:12 +00:00
parent ddd286863d
commit 06e7755cd8
4 changed files with 10 additions and 10 deletions

View File

@ -1,21 +1,21 @@
SUBDIRS = preprocessor macroprocessor userguide
TARGETS =
PDF_TARGETS =
if HAVE_PDFLATEX
TARGETS += guide.pdf bvar-a-la-sims.pdf
PDF_TARGETS += guide.pdf bvar-a-la-sims.pdf
endif
if HAVE_BIBTEX
TARGETS += manual.pdf
if HAVE_DBLATEX
PDF_TARGETS += manual.pdf
endif
pdf-local: $(PDF_TARGETS)
if HAVE_XSLT
TARGETS += manual-html/index.html
html-local: manual-html/index.html
endif
all-local: $(TARGETS)
EXTRA_DIST = guide.tex guide.bbl bibmad.sty bvar-a-la-sims.tex manual.xml dynare_html.xsl manual.xml
guide.pdf: guide.tex guide.bbl bibmad.sty

View File

@ -1,5 +1,5 @@
if HAVE_PDFLATEX
all-local: macroprocessor.pdf
pdf-local: macroprocessor.pdf
endif
SRC = macroprocessor.tex old-design.pdf new-design.pdf

View File

@ -1,5 +1,5 @@
if HAVE_PDFLATEX
all-local: preprocessor.pdf
pdf-local: preprocessor.pdf
endif
SRC = preprocessor.tex expr.png expr-sharing.png matrices.png overview.png

View File

@ -1,6 +1,6 @@
if HAVE_PDFLATEX
if HAVE_BIBTEX
all-local: UserGuide.pdf
pdf-local: UserGuide.pdf
endif
endif