v4 doc: enhanced build system for all documents (except the userguide which we can't recompile at this stage, since some components are lacking in the SVN)

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1948 ac1d8469-bf42-47a9-8791-bf33cf982152
issue#70
sebastien 2008-07-09 20:36:40 +00:00
parent 5123469c3a
commit c346135dc2
2 changed files with 6 additions and 0 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
macroprocessor.pdf: macroprocessor.tex old-design.pdf new-design.pdf
pdflatex macroprocessor
pdflatex macroprocessor
clean:
rm -f macroprocessor.{pdf,toc,aux,log,nav,snm,vrb,out} *~

Binary file not shown.