summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
)