aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2018-09-13 03:22:59 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2018-09-21 09:13:21 +0200
commit5bec6c28e7e762dc61a5c5643714d63c39b57877 (patch)
tree6d140bf77f1c8bf19f201565dc32be7e04faea0c /docs
parent2b6fa3dd3b12f75bfbe4f5d6299c76c6b0b9098e (diff)
downloadmeson-5bec6c28e7e762dc61a5c5643714d63c39b57877.zip
meson-5bec6c28e7e762dc61a5c5643714d63c39b57877.tar.gz
meson-5bec6c28e7e762dc61a5c5643714d63c39b57877.tar.bz2
gnome: add support for `module_version`
gtk-doc for autotools has the concept of module version, that is used to define the module install path and the devhelp2 basename. Add a `module_version` parameter to gnome.gtkdoc to replicate the same behavior. Updated the test checking that the install_dir is properly computed (if not passed), and that the .devhelp2 file has proper name. https://gitlab.gnome.org/GNOME/gtk-doc/blob/GTK_DOC_1_29/buildsystems/autotools/gtk-doc.make#L269
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Gnome-module.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md
index 4f75bcb..172af2d 100644
--- a/docs/markdown/Gnome-module.md
+++ b/docs/markdown/Gnome-module.md
@@ -333,6 +333,7 @@ of the module.
* `main_xml`: specifies the main XML file
* `main_sgml`: equal to `main_xml`
* `mkdb_args`: a list of arguments to pass to `gtkdoc-mkdb`
+* `module_version`: the version of the module, affects the installed location and the devhelp2 file location
* `scan_args`: a list of arguments to pass to `gtkdoc-scan`
* `scanobjs_args`: a list of arguments to pass to `gtkdoc-scangobj`
* `c_args`: (*Added 0.48.0*) additional compile arguments to pass