make the echo more noticable
This commit is contained in:
parent
9f39dc1327
commit
88c4eecd5f
1 changed files with 2 additions and 0 deletions
|
@ -2,7 +2,9 @@ all:
|
||||||
|
|
||||||
doc: doxygen.conf
|
doc: doxygen.conf
|
||||||
@doxygen doxygen.conf
|
@doxygen doxygen.conf
|
||||||
|
@echo
|
||||||
@echo Documentation generated in $(shell pwd)/html
|
@echo Documentation generated in $(shell pwd)/html
|
||||||
|
@echo
|
||||||
|
|
||||||
doxygen.conf: doxygen.conf.in
|
doxygen.conf: doxygen.conf.in
|
||||||
@regex_cmd@ -e "s,\@version\@,$(VERSION)," \
|
@regex_cmd@ -e "s,\@version\@,$(VERSION)," \
|
||||||
|
|
Loading…
Reference in a new issue