aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-08-25 19:27:10 +0200
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2020-08-27 00:08:57 +0000
commit17439fa3e890266efeb0af1880640427be71a2ab (patch)
treec2bf09e7b76571e24b921766100732b1c8a0ada5 /docs/markdown
parentfdae213a4960f530e6a2e48d78788d6c50aaedcf (diff)
downloadmeson-17439fa3e890266efeb0af1880640427be71a2ab.zip
meson-17439fa3e890266efeb0af1880640427be71a2ab.tar.gz
meson-17439fa3e890266efeb0af1880640427be71a2ab.tar.bz2
test: Add 'dir' support for installed files in test.json
This is useful for automatically generated docs (doxygen, hotdoc) with a lot of generated files that may differ with different versions of the generator.
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Contributing.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Contributing.md b/docs/markdown/Contributing.md
index b16f615..07ddc88 100644
--- a/docs/markdown/Contributing.md
+++ b/docs/markdown/Contributing.md
@@ -242,6 +242,7 @@ current platform. The following values are currently supported:
| type | Description |
| ------------- | ------------------------------------------------------------------------------------------------------- |
| `file` | No postprocessing, just use the provided path |
+| `dir` | To include all files inside the directory (for generated docs, etc). The path must be a valid directory |
| `exe` | For executables. On Windows the `.exe` suffix is added to the path in `file` |
| `shared_lib` | For shared libraries, always written as `name`. The appropriate suffix and prefix are added by platform |
| `pdb` | For Windows PDB files. PDB entries are ignored on non Windows platforms |