Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk doxygen.cfg.in Makefile.am Makefile.nmak

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:55 -0500 (CDT)
jmayer      2004/06/25 02:10:55 CDT

  Modified files:
    gtk                  Makefile.am Makefile.nmake 
  Added files:
    gtk                  doxygen.cfg.in 
  Removed files:
    gtk                  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.105     +5 -12     ethereal/gtk/Makefile.am
  1.77      +7 -7      ethereal/gtk/Makefile.nmake