IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4351


Ignore:
Timestamp:
Jun 22, 2005, 1:12:20 PM (21 years ago)
Author:
jhoblitt
Message:

use builddir instead of top_builddir... which seems to be broken in this case for some reason

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/doxyfile_in.tt

    r4347 r4351  
    3131# where doxygen was started. If left blank the current directory will be used.
    3232
    33 OUTPUT_DIRECTORY       = @top_srcdir@/docs
     33# @top_builddir@ doesn't work for some reason
     34OUTPUT_DIRECTORY       = @builddir@/docs
    3435
    3536# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
Note: See TracChangeset for help on using the changeset viewer.