2002-11-04 01:20:02 +00:00
|
|
|
all:
|
|
|
|
|
|
|
|
doc: doxygen.conf
|
|
|
|
@doxygen doxygen.conf
|
2003-01-29 09:25:57 +00:00
|
|
|
@echo Documentation generated in $(shell pwd)/html
|
2002-11-04 01:20:02 +00:00
|
|
|
|
|
|
|
doxygen.conf: doxygen.conf.in
|
2002-11-05 05:56:44 +00:00
|
|
|
@regex_cmd@ -e "s,\@version\@,$(VERSION)," \
|
2002-11-04 01:20:02 +00:00
|
|
|
-e "s,\@basedir\@,`cd $(top_builddir) && pwd`," \
|
|
|
|
doxygen.conf.in > doxygen.conf
|