]> Dogcows Code - chaz/openbox/commitdiff
echo a message about where to find the generated docs
authorDana Jansens <danakj@orodu.net>
Wed, 29 Jan 2003 09:19:51 +0000 (09:19 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 29 Jan 2003 09:19:51 +0000 (09:19 +0000)
doc/doxygen/Makefile.am

index d6951361fb4094b58a7557830d46fc0d17b73fb7..d8cd696ddf0e6f591efc3180e3e5f21f091bcc24 100644 (file)
@@ -2,6 +2,7 @@ all:
 
 doc: doxygen.conf
        @doxygen doxygen.conf
+       echo "Documentation generated in `pwd`/html"
 
 doxygen.conf: doxygen.conf.in
        @regex_cmd@ -e "s,\@version\@,$(VERSION)," \
This page took 0.019606 seconds and 4 git commands to generate.