joes        2003/10/29 20:49:16

  Modified:    .        Makefile.am
  Log:
  Add version checking to doxygen builds
  
  Revision  Changes    Path
  1.19      +1 -0      httpd-apreq-2/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/Makefile.am,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Makefile.am       29 Oct 2003 02:20:24 -0000      1.18
  +++ Makefile.am       30 Oct 2003 04:49:16 -0000      1.19
  @@ -45,6 +45,7 @@
        -rm -rf docs
   
   docs:        src env glue build/doxygen.conf apr_tags pod2html
  +     @PERL@ build/version_check.pl doxygen
        doxygen build/doxygen.conf
   
   docs_install: docs
  
  
  

Reply via email to