/[PAMELA software]/PamCut/doc/Doxygen/latex/Makefile
ViewVC logotype

Annotation of /PamCut/doc/Doxygen/latex/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Wed May 27 13:30:03 2009 UTC (15 years, 6 months ago) by pam-fi
Branch: DEV
CVS Tags: v0r00
Changes since 1.1: +0 -0 lines
First import

1 pam-fi 1.1 all: clean refman.pdf
2    
3     pdf: refman.pdf
4    
5     refman.pdf: refman.tex
6     pdflatex refman.tex
7     makeindex refman.idx
8     pdflatex refman.tex
9     latex_count=5 ; \
10     while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\
11     do \
12     echo "Rerunning latex...." ;\
13     pdflatex refman.tex ;\
14     latex_count=`expr $$latex_count - 1` ;\
15     done
16    
17    
18     clean:
19     rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out refman.pdf

  ViewVC Help
Powered by ViewVC 1.1.23