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-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;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 d6951361..d8cd696d 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)," \