make pwd work
This commit is contained in:
parent
88a82090cd
commit
9f39dc1327
1 changed files with 1 additions and 1 deletions
|
@ -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)," \
|
||||
|
|
Loading…
Reference in a new issue