develop #15

Merged
cromer merged 64 commits from develop into master 2023-02-23 01:11:48 -03:00
Showing only changes of commit 6a3fccdcba - Show all commits

View File

@ -4,7 +4,8 @@ cdata.set('TOP_BUILDDIR', meson.build_root())
doxyfile = configure_file(input: 'doxygen.conf.in',
output: 'doxygen.conf',
configuration: cdata,
install: false)
install: false
)
datadir = join_paths(get_option('datadir'), 'doc', 'obelisk')
@ -13,4 +14,5 @@ html_target = custom_target('obelisk-docs',
output: 'html',
command: [doxygen, doxyfile],
install: true,
install_dir: datadir)
install_dir: datadir
)