echo a message about where to find the generated docs
This commit is contained in:
parent
2e08c6ce9e
commit
88a82090cd
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ all:
|
|||
|
||||
doc: doxygen.conf
|
||||
@doxygen doxygen.conf
|
||||
echo "Documentation generated in `pwd`/html"
|
||||
|
||||
doxygen.conf: doxygen.conf.in
|
||||
@regex_cmd@ -e "s,\@version\@,$(VERSION)," \
|
||||
|
|
Loading…
Reference in a new issue