Changeset 172 for doc/latex/Makefile

Show
Ignore:
Timestamp:
09/24/08 13:31:03 (16 years ago)
Author:
smidl
Message:

Latex doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/latex/Makefile

    r3 r172  
    1 all: clean refman.dvi 
    2  
    3 ps: refman.ps 
     1all: clean refman.pdf 
    42 
    53pdf: refman.pdf 
    64 
    7 ps_2on1: refman_2on1.ps 
    8  
    9 pdf_2on1: refman_2on1.pdf 
    10  
    11 refman.ps: refman.dvi 
    12         dvips -o refman.ps refman.dvi 
    13  
    14 refman.pdf: refman.ps 
    15         ps2pdf refman.ps refman.pdf 
    16  
    17 refman.dvi: refman.tex doxygen.sty 
    18         echo "Running latex..." 
    19         latex refman.tex 
    20         echo "Running makeindex..." 
     5refman.pdf: refman.tex 
     6        pdflatex refman.tex 
    217        makeindex refman.idx 
    22         echo "Rerunning latex...." 
    23         latex refman.tex 
     8        pdflatex refman.tex 
    249        latex_count=5 ; \ 
    2510        while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\ 
    2611            do \ 
    2712              echo "Rerunning latex...." ;\ 
    28               latex refman.tex ;\ 
     13              pdflatex refman.tex ;\ 
    2914              latex_count=`expr $$latex_count - 1` ;\ 
    3015            done 
    3116 
    32 refman_2on1.ps: refman.ps 
    33         psnup -2 refman.ps >refman_2on1.ps 
    34  
    35 refman_2on1.pdf: refman_2on1.ps 
    36         ps2pdf refman_2on1.ps refman_2on1.pdf 
    3717 
    3818clean: