Show
Ignore:
Timestamp:
09/30/08 23:57:43 (3 months ago)
Author:
takkaria
Message:

Update Doxygen config file; add "make doc" target to autoconf-makefile. (Elly)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/mk/objective.mk

    r782 r992  
    1313SHOW_CFLAGS ?= $(VERBOSE) 
    1414 
     15DOXYGEN = doxygen 
     16 
    1517LIBDIR = $(libdir) 
    1618BINDIR = $(bindir) 
     
    2022 
    2123default: build 
     24 
     25doc: 
     26        $(DOXYGEN) src/doc/doxygen.conf 
     27 
     28cleandoc: 
     29        $(RM) -rf doc/ 
    2230 
    2331install: build