mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 01:49:48 +00:00
[#3732] Meson: Fix devel
This commit is contained in:
parent
cc9a1fd5df
commit
737181c480
@ -2,9 +2,10 @@
|
||||
|
||||
set -euv
|
||||
|
||||
cd '@builddir@'
|
||||
cd '@TOP_SOURCE_DIR@'
|
||||
|
||||
mkdir -p 'html'
|
||||
(cat '@srcdir@/Doxyfile'; echo PROJECT_NUMBER=@PACKAGE_VERSION@) | doxygen - > '@builddir@/html/doxygen.log' 2> '@builddir@/html/doxygen-error.log'
|
||||
echo "$(grep -c ': warning:' '@builddir@/html/doxygen-error.log')" warnings/errors detected.
|
||||
|
||||
(cat '@srcdir@/Doxyfile'; echo PROJECT_NUMBER=@PACKAGE_VERSION@) | doxygen - > 'html/doxygen.log' 2> 'html/doxygen-error.log'
|
||||
echo "$(grep -c ': warning:' 'html/doxygen-error.log')" warnings/errors detected.
|
||||
rm -fr '@builddir@/html'
|
||||
mv '@srcdir@/html' '@builddir@/html'
|
||||
|
@ -8,6 +8,7 @@ make_devel_conf_data = configuration_data()
|
||||
make_devel_conf_data.set('builddir', current_build_dir)
|
||||
make_devel_conf_data.set('srcdir', current_source_dir)
|
||||
make_devel_conf_data.set('PACKAGE_VERSION', PROJECT_VERSION)
|
||||
make_devel_conf_data.set('TOP_SOURCE_DIR', TOP_SOURCE_DIR)
|
||||
make_devel = configure_file(
|
||||
input: 'make-devel.sh.in',
|
||||
output: 'make-devel.sh',
|
||||
|
Loading…
x
Reference in New Issue
Block a user