summaryrefslogtreecommitdiff
path: root/help/manual
diff options
context:
space:
mode:
Diffstat (limited to 'help/manual')
-rw-r--r--help/manual/C/index.docbook6
-rw-r--r--help/manual/Makefile.am2
-rw-r--r--help/manual/meson.build2
3 files changed, 9 insertions, 1 deletions
diff --git a/help/manual/C/index.docbook b/help/manual/C/index.docbook
index 36b51fe..7c058d4 100644
--- a/help/manual/C/index.docbook
+++ b/help/manual/C/index.docbook
@@ -81,6 +81,12 @@
<revhistory>
<revision>
+ <revnumber>1.33.0</revnumber>
+ <date>1 Oct 2020</date>
+ <authorinitials>mc</authorinitials>
+ <revremark>gtk4 version</revremark>
+ </revision>
+ <revision>
<revnumber>1.32.1</revnumber>
<date>15 Aug 2019</date>
<authorinitials>ss</authorinitials>
diff --git a/help/manual/Makefile.am b/help/manual/Makefile.am
index b56fa4d..4da1c37 100644
--- a/help/manual/Makefile.am
+++ b/help/manual/Makefile.am
@@ -14,4 +14,6 @@ CLEANFILES = $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES)
GITIGNOREFILES = ??_??/$(HELP_ID).xml ??/$(HELP_ID).xml
+EXTRA_DIST = meson.build
+
-include $(top_srcdir)/git.mk
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,
)