summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-rw-r--r--help/meson.build2
-rw-r--r--help/reference/libdocument/meson.build8
-rw-r--r--help/reference/libview/meson.build8
3 files changed, 9 insertions, 9 deletions
diff --git a/help/meson.build b/help/meson.build
index fd21cffd..dd9fcad3 100644
--- a/help/meson.build
+++ b/help/meson.build
@@ -24,7 +24,7 @@ if get_option('help_files')
]
help_media = [
- 'figures/xreader_start_window.png',
+ 'figures/atril_start_window.png',
]
gnome.yelp(
diff --git a/help/reference/libdocument/meson.build b/help/reference/libdocument/meson.build
index 6f4720a4..2d44a400 100644
--- a/help/reference/libdocument/meson.build
+++ b/help/reference/libdocument/meson.build
@@ -14,10 +14,10 @@ libdoc_doc_deps = declare_dependency(
)
gnome.gtkdoc(
- 'libxreaderdocument',
+ 'libdocument',
mode: 'xml',
- main_xml: 'libxreaderdocument-docs.xml',
- gobject_typesfile: files('libxreaderdocument.types'),
+ main_xml: 'libdocument-docs.xml',
+ gobject_typesfile: files('libdocument.types'),
src_dir: [
join_paths(meson.source_root(), 'libdocument'),
],
@@ -26,5 +26,5 @@ gnome.gtkdoc(
mkdb_args: ['--xml-mode', '--output-format=xml', '--name-space=ev'],
fixxref_args: fixref_args,
install: true,
- install_dir: 'libxreaderdocument-' + api_version,
+ install_dir: 'libocument-' + api_version,
)
diff --git a/help/reference/libview/meson.build b/help/reference/libview/meson.build
index cc7e546c..776c13f4 100644
--- a/help/reference/libview/meson.build
+++ b/help/reference/libview/meson.build
@@ -14,10 +14,10 @@ libview_doc_deps = declare_dependency(
)
gnome.gtkdoc(
- 'libxreaderview',
+ 'libview',
mode: 'xml',
- main_xml: 'libxreaderview-docs.xml',
- gobject_typesfile: files('libxreaderview.types'),
+ main_xml: 'libview-docs.xml',
+ gobject_typesfile: files('libview.types'),
src_dir: [
join_paths(meson.source_root(), 'libview'),
],
@@ -27,5 +27,5 @@ gnome.gtkdoc(
cflags: '-DATRIL_COMPILATION',
fixxref_args: fixref_args,
install: true,
- install_dir: 'libxreaderview-' + api_version,
+ install_dir: 'libview-' + api_version,
)