openbox/doc/doxygen/Makefile.am

11 lines
263 B
Text
Raw Normal View History

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