Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan doxygen.cfg.in Makefile.am Makefile.nma

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: jmayer@xxxxxxxxxxxx (Joerg Mayer)
Date: Fri, 25 Jun 2004 02:10:54 -0500 (CDT)
jmayer      2004/06/25 02:10:54 CDT

  Modified files:
    epan                 Makefile.am Makefile.nmake 
  Added files:
    epan                 doxygen.cfg.in 
  Removed files:
    epan                 doxygen.cfg 
  Log:
  doxygen changes:
  - moved doxygen.cfg to doxygen.cfg.in and let configure to the substitution
    on unix. Adapted the namke files accordingly.
  - Don't add doxygen as a dependency for libethereal and libui: As doxygen is
    an unconditional target, this would cause the applications to be rebuild
    every time make was called, even when nothing changed in the meantime.
    This means that by now we need to do "make doxygen" manually in case we
    want updated documentation.
  
  Revision  Changes    Path
  1.53      +5 -11     ethereal/epan/Makefile.am
  1.44      +6 -6      ethereal/epan/Makefile.nmake