]> Dogcows Code - chaz/openbox/blobdiff - doc/doxygen/Makefile.am
make pwd work
[chaz/openbox] / doc / doxygen / Makefile.am
index 0a09e70a3fad0ef9669533bf7198bc2ef13206bb..96245070d6a36221b50400c324e00e1c08cd2b85 100644 (file)
@@ -2,8 +2,9 @@ all:
 
 doc: doxygen.conf
        @doxygen doxygen.conf
+       @echo Documentation generated in $(shell pwd)/html
 
 doxygen.conf: doxygen.conf.in
-       @regex_cmd@ -e "s,\@VERSION\@,$(VERSION)," \
+       @regex_cmd@ -e "s,\@version\@,$(VERSION)," \
          -e "s,\@basedir\@,`cd $(top_builddir) && pwd`," \
          doxygen.conf.in > doxygen.conf
This page took 0.020258 seconds and 4 git commands to generate.