summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/meson.build6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 458dbacb..2b49502f 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -226,7 +226,11 @@ if ducktype.found() and yelpbuild.found()
'C.css',
'highlight.pack.js',
],
- command: [ yelpbuild, 'html', '@INPUT@', '-o', meson.current_build_dir() ],
+ command: [
+ yelpbuild, 'html',
+ '-o', meson.current_build_dir(),
+ '@INPUT@',
+ ],
install: true,
install_dir: docs_dir,
)