From: Dana Jansens Date: Wed, 29 Jan 2003 09:25:57 +0000 (+0000) Subject: make pwd work X-Git-Tag: openbox-2_3_0~150 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=9f39dc1327411c80d072be058b0f5aa06708b627 make pwd work --- diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index d8cd696..9624507 100644 --- a/doc/doxygen/Makefile.am +++ b/doc/doxygen/Makefile.am @@ -2,7 +2,7 @@ all: doc: doxygen.conf @doxygen doxygen.conf - echo "Documentation generated in `pwd`/html" + @echo Documentation generated in $(shell pwd)/html doxygen.conf: doxygen.conf.in @regex_cmd@ -e "s,\@version\@,$(VERSION)," \