aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2021-06-04 16:04:52 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2021-06-05 17:01:34 -0400
commit769fd5037304e03d11852b47a77bec4b70d8fd8a (patch)
tree4d9e673f22641b651282d7a6a1fa2b1750170ffb /docs
parent62c53b834dbee366104dc8a32927f1b7da028922 (diff)
downloadmeson-769fd5037304e03d11852b47a77bec4b70d8fd8a.zip
meson-769fd5037304e03d11852b47a77bec4b70d8fd8a.tar.gz
meson-769fd5037304e03d11852b47a77bec4b70d8fd8a.tar.bz2
docs: Generate a table of all wrapdb releases
wrapdb CI will trigger Meson's CI to regenerate the list when releases.json is updated.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Wrapdb-projects.md16
-rw-r--r--docs/sitemap.txt1
2 files changed, 17 insertions, 0 deletions
diff --git a/docs/markdown/Wrapdb-projects.md b/docs/markdown/Wrapdb-projects.md
new file mode 100644
index 0000000..64f3cb6
--- /dev/null
+++ b/docs/markdown/Wrapdb-projects.md
@@ -0,0 +1,16 @@
+# Meson WrapDB packages
+
+This is a list of projects that have either an upstream Meson build system, or a
+port maintained by the Meson team. [They can be used by your project to provide
+its dependencies](Wrap-dependency-system-manual.md).
+
+Use the command line `meson wrap install <project>` to install the wrap file of
+any of those projects into your project's `subprojects/` directory.
+See [Meson command line documentation](Using-wraptool.md).
+
+If you wish to add your own project into this list, please submit your wrap file
+in a [Pull Request](https://github.com/mesonbuild/wrapdb).
+See [Meson documentation](Adding-new-projects-to-wrapdb.md)
+for more details.
+
+{{ wrapdb-table.md }}
diff --git a/docs/sitemap.txt b/docs/sitemap.txt
index 938596e..d942aa4 100644
--- a/docs/sitemap.txt
+++ b/docs/sitemap.txt
@@ -75,6 +75,7 @@ index.md
FAQ.md
Reproducible-builds.md
howtox.md
+ Wrapdb-projects.md
Wrap-dependency-system-manual.md
Adding-new-projects-to-wrapdb.md
Using-the-WrapDB.md