diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/doxygen/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index d8cd696d..96245070 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)," \ |
