Orb/Doxygen/doc/Makefile.latex
changeset 0 42188c7ea2d9
equal deleted inserted replaced
-1:000000000000 0:42188c7ea2d9
       
     1 #
       
     2 # 
       
     3 #
       
     4 # Copyright (C) 1997-2006 by Dimitri van Heesch.
       
     5 #
       
     6 # Permission to use, copy, modify, and distribute this software and its
       
     7 # documentation under the terms of the GNU General Public License is hereby 
       
     8 # granted. No representations are made about the suitability of this software 
       
     9 # for any purpose. It is provided "as is" without express or implied warranty.
       
    10 # See the GNU General Public License for more details.
       
    11 #
       
    12 # Documents produced by Doxygen are derivative works derived from the
       
    13 # input used in their production; they are not affected by this license.
       
    14 
       
    15 all: doxygen_manual.pdf
       
    16 
       
    17 doxygen_manual.pdf: doxygen_manual.tex doxygen.sty
       
    18 	echo "Running latex..."
       
    19 	pdflatex doxygen_manual.tex 
       
    20 	echo "Running makeindex..."
       
    21 	makeindex doxygen_manual.idx
       
    22 	echo "Rerunning latex...."
       
    23 	pdflatex doxygen_manual.tex
       
    24 clean:
       
    25 	rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log doxygen_manual.pdf