From: Dana Jansens Date: Wed, 29 Jan 2003 09:19:51 +0000 (+0000) Subject: echo a message about where to find the generated docs X-Git-Tag: openbox-2_3_0~151 X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=commitdiff_plain;h=88a82090cd9d51ac8061961af40b08b662d4db61 echo a message about where to find the generated docs --- diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index d695136..d8cd696 100644 --- a/doc/doxygen/Makefile.am +++ b/doc/doxygen/Makefile.am @@ -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)," \