2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 08:25:16 +00:00

[#3731] More fixes

This commit is contained in:
Andrei Pavel
2025-03-19 09:37:25 +02:00
parent 478785f932
commit dededfec38
11 changed files with 20 additions and 18 deletions

View File

@@ -2,6 +2,9 @@
set -euv
root_path=$(cd "$(dirname "${0}")/.." && pwd)
cd "${root_path}"
mkdir -p @builddir@/html
(cat Doxyfile; echo PROJECT_NUMBER=@PACKAGE_VERSION@) | doxygen - > @builddir@/html/doxygen.log 2> @builddir@/html/doxygen-error.log