make pwd work

This commit is contained in:
Dana Jansens 2003-01-29 09:25:57 +00:00
parent 88a82090cd
commit 9f39dc1327

View file

@ -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)," \