mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Run doxygen only if the doxygen directory exists
This commit is contained in:
parent
a0188d6730
commit
744a4ac672
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -103,7 +103,7 @@ lcov:
|
|||
|
||||
apidoc:
|
||||
mkdir -p apidoc
|
||||
cd doxygen; doxygen mbedtls.doxyfile
|
||||
cd doxygen && doxygen mbedtls.doxyfile
|
||||
|
||||
apidoc_clean:
|
||||
rm -rf apidoc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue