IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1053


Ignore:
Timestamp:
Jun 15, 2004, 12:06:36 PM (22 years ago)
Author:
desonia
Message:

added latex/pdf output for Doxygen.

Location:
branches/rel1/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/rel1/psLib/src/Doxyfile

    r1032 r1053  
    619619# generate Latex output.
    620620
    621 GENERATE_LATEX         = NO
     621GENERATE_LATEX         = YES
    622622
    623623# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
  • branches/rel1/psLib/src/Makefile.Globals

    r1050 r1053  
    55##  Assumptions:    Variable "prefix" already defined
    66##
    7 ##  $Revision: 1.10.2.2 $  $Name: not supported by cvs2svn $
    8 ##  $Date: 2004-06-15 21:46:21 $
     7##  $Revision: 1.10.2.3 $  $Name: not supported by cvs2svn $
     8##  $Date: 2004-06-15 22:06:36 $
    99##
    1010##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5757    DLL = so
    5858    SO  = so
    59     DOCS = doxygen Doxyfile
     59    DOCS = doxygen Doxyfile; make --directory=$(prefix)/docs/latex
    6060    BUILD_DYNAMIC1 = $(CC) $(LDFLAGS_DLL) -Wl,--whole-archive
    6161    BUILD_DYNAMIC2 = -Wl,--no-whole-archive -lm -o
Note: See TracChangeset for help on using the changeset viewer.