IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2006, 3:37:23 PM (20 years ago)
Author:
jhoblitt
Message:

build doxygen docs in the build tree path
install doxygen man pages into the correct locations from the build tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/Doxyfile.in

    r3589 r8964  
    1818# by quotes) that should identify the project.
    1919
    20 PROJECT_NAME           = "Pan-STARRS Foundation Library"
     20PROJECT_NAME           = @PACKAGE_NAME@
    2121
    2222# The PROJECT_NUMBER tag can be used to enter a project or revision number.
     
    3131# where doxygen was started. If left blank the current directory will be used.
    3232
    33 OUTPUT_DIRECTORY       = @prefix@/docs/pslib
     33# @top_builddir@ doesn't work for some reason
     34OUTPUT_DIRECTORY       = @builddir@/docs
    3435
    3536# The OUTPUT_LANGUAGE tag is used to specify the language in which all
     
    362363# with spaces.
    363364
    364 INPUT                  = src
     365INPUT                  = @top_srcdir@/src
    365366
    366367# If the value of the INPUT tag contains directories, you can use the
     
    934935# interpreter (i.e. the result of `which perl').
    935936
    936 PERL_PATH              = /usr/bin/perl
     937PERL_PATH              = @PERL@
    937938
    938939#---------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.