Ignore:
Timestamp:
Apr 4, 2008, 3:50:54 PM (15 years ago)
Author:
Peter
Message:

Fixes #273. make doc creates a yat.dvi, yat.ps, and
yat.pdf. These files can be created with make pdf or
correspondingly. Fixed doxygen.config so it works when srcdir!=builddir.

--This line, and those below, will be ignored--

M doc/doxygen.config.in
M doc/Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/doxygen.config.in

    r1226 r1254  
    144144# the path. It is allowed to use relative paths in the argument list.
    145145
    146 STRIP_FROM_PATH        = ../
     146STRIP_FROM_PATH        = @top_srcdir@
    147147
    148148# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
     
    153153# are normally passed to the compiler using the -I flag.
    154154
    155 STRIP_FROM_INC_PATH    = ../
     155STRIP_FROM_INC_PATH    = @top_srcdir@
    156156
    157157# The INTERNAL_DOCS tag determines if documentation
     
    346346# with spaces.
    347347
    348 INPUT                  = first_page.doxygen namespaces.doxygen concepts.doxygen Statistics.doxygen ../yat
     348INPUT                  = @srcdir@/first_page.doxygen @srcdir@/namespaces.doxygen @srcdir@/concepts.doxygen @srcdir@/Statistics.doxygen @top_srcdir@/yat
    349349
    350350# If the value of the INPUT tag contains directories, you can use the
     
    472472# generate HTML output.
    473473
    474 GENERATE_HTML          = YES
     474GENERATE_HTML          = NO
    475475
    476476# The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
     
    563563# generate Latex output.
    564564
    565 GENERATE_LATEX         = YES
     565GENERATE_LATEX         = NO
    566566
    567567# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
Note: See TracChangeset for help on using the changeset viewer.