We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef3f64 commit fa4fce0Copy full SHA for fa4fce0
oroshi/doc/meson.build
@@ -3,7 +3,7 @@ cdata.set('VERSION', meson.project_version())
3
4
cdata.set('TOP_SRCDIR', meson.project_source_root())
5
cdata.set('DOCDIR', meson.current_source_dir())
6
-cdata.set('DOCBUILDDIR', meson.current_build_dir() / 'oroshi')
+cdata.set('DOCBUILDDIR', meson.current_build_dir() / 'doc')
7
cdata.set('TAGDIR', meson.project_build_root())
8
9
doxyfile = configure_file(
@@ -16,7 +16,7 @@ doxyfile = configure_file(
16
oroshi_docs = custom_target(
17
'oroshi-docs',
18
input: doxyfile,
19
- output: 'oroshi',
+ output: 'doc',
20
command: [doxygen, doxyfile],
21
depends: [hurricane_docs, viewer_docs, crlcore_docs],
22
install: true,
0 commit comments