develop #15
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user