trunk: removed some bashisms in Makefiles (merge needed)

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2536 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-03-27 17:47:30 +00:00
parent 448be1e6f2
commit 4bbf29ac1b
3 changed files with 4 additions and 6 deletions

View File

@ -19,10 +19,8 @@ manual.pdf: manual.xml
dblatex manual.xml
clean:
rm -f *~
rm -f guide.{pdf,log,aux}
rm -f bvar-a-la-sims.{pdf,log,aux}
rm -rf manual.pdf manual-html
rm -f *~ *.pdf *.log *.aux
rm -rf manual-html
make -C preprocessor clean
make -C macroprocessor clean
make -C userguide clean

View File

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

View File

@ -3,4 +3,4 @@ preprocessor.pdf: preprocessor.tex expr.png expr-sharing.png matrices.png overvi
pdflatex preprocessor
clean:
rm -f preprocessor.{pdf,toc,aux,log,nav,snm,vrb,out} *~
rm -f *.pdf *.toc *.aux *.log *.nav *.snm *.vrb *.out *~