Skip to content

Commit fa4fce0

Browse files
committed
Install Oroshi doc in the right place.
1 parent 0ef3f64 commit fa4fce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oroshi/doc/meson.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cdata.set('VERSION', meson.project_version())
33

44
cdata.set('TOP_SRCDIR', meson.project_source_root())
55
cdata.set('DOCDIR', meson.current_source_dir())
6-
cdata.set('DOCBUILDDIR', meson.current_build_dir() / 'oroshi')
6+
cdata.set('DOCBUILDDIR', meson.current_build_dir() / 'doc')
77
cdata.set('TAGDIR', meson.project_build_root())
88

99
doxyfile = configure_file(
@@ -16,7 +16,7 @@ doxyfile = configure_file(
1616
oroshi_docs = custom_target(
1717
'oroshi-docs',
1818
input: doxyfile,
19-
output: 'oroshi',
19+
output: 'doc',
2020
command: [doxygen, doxyfile],
2121
depends: [hurricane_docs, viewer_docs, crlcore_docs],
2222
install: true,

0 commit comments

Comments
 (0)