]> icculus.org git repositories - mikachu/openbox.git/blob - doc/doxygen/Makefile.am
echo a message about where to find the generated docs
[mikachu/openbox.git] / doc / doxygen / Makefile.am
1 all:
2
3 doc: doxygen.conf
4         @doxygen doxygen.conf
5         echo "Documentation generated in `pwd`/html"
6
7 doxygen.conf: doxygen.conf.in
8         @regex_cmd@ -e "s,\@version\@,$(VERSION)," \
9           -e "s,\@basedir\@,`cd $(top_builddir) && pwd`," \
10           doxygen.conf.in > doxygen.conf