Changeset 799


Ignore:
Timestamp:
Mar 13, 2007, 3:06:22 AM (17 years ago)
Author:
Peter
Message:

NOTE: you will probably need to rerun configure to create directory doc/.deps/ and its dependency file. Propagate version number from configure.ac to doxygen.config. fixes #196

Location:
trunk/doc
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/doc/Makefile.am

    r675 r799  
    2222# 02111-1307, USA.
    2323
    24 doc: doxygen-local Statistics-local
     24bin_PROGRAMS = create_doxygen_config
     25
     26create_doxygen_config_SOURCES = create_doxygen_config.cc
     27
     28
     29doc: doxygen.config doxygen-local Statistics-local
    2530
    2631clean-local:
    27   @rm -rf html latex Statistics Statistics.toc Statistics.pdf Statistics.log \
     32  @rm -rf doxygen.config html latex Statistics Statistics.toc \
     33  Statistics.pdf Statistics.log \
    2834  Statistics.dvi Statistics.aux *~
    2935
     
    3238doxygen-local:
    3339  doxygen doxygen.config
     40
     41doxygen.config: create_doxygen_config doxygen.config.in
     42  ./create_doxygen_config
    3443
    3544Statistics: Statistics.tex
Note: See TracChangeset for help on using the changeset viewer.