summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2020-05-06 14:10:35 +0100
committerSimon McVittie <smcv@debian.org>2020-05-06 14:17:47 +0100
commitbc2f6aaaeb422e824e14b209a4ed4a2faa794928 (patch)
tree5ed19e62c6b8a5d802b70177080f6d8e71107cbc
parent755fe095df9b32d7afa846b77dc9fd0c0b145de1 (diff)
downloadgtk-doc-bc2f6aaaeb422e824e14b209a4ed4a2faa794928.tar.gz
meson: Use the same name for the manual as in Autotools
Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--help/manual/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/manual/meson.build b/help/manual/meson.build
index 6f8ec2c..7e59ab0 100644
--- a/help/manual/meson.build
+++ b/help/manual/meson.build
@@ -4,6 +4,6 @@ gtkdoc_help_sources = [
]
gnome.yelp(
- package_name,
+ package_name + '-manual',
sources: gtkdoc_help_sources,
)