aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Thomas <astavale@yahoo.co.uk>2018-03-22 17:52:31 +0000
committerJussi Pakkanen <jpakkane@gmail.com>2018-03-23 21:09:32 +0200
commit3b9f4098efb272cda174c1c9c27b675fdb25ed35 (patch)
treeddbf403e2220bb7a5ccc99e9e9fd9b02ead1df59
parent47f71d1a41bc11bfa5ab976462a1bf32d5f26c5f (diff)
downloadmeson-3b9f4098efb272cda174c1c9c27b675fdb25ed35.zip
meson-3b9f4098efb272cda174c1c9c27b675fdb25ed35.tar.gz
meson-3b9f4098efb272cda174c1c9c27b675fdb25ed35.tar.bz2
docs: In executable() remove statement that all other files are ignored [skip ci]
Currently Meson returns an error that no compiler can be found for an unknown file extension
-rw-r--r--docs/markdown/Reference-manual.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index 26dd19a..54b7131 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -369,9 +369,8 @@ can be of the following types:
These input files can be sources, objects, libraries, or any other
file. Meson will automatically categorize them based on the extension
and use them accordingly. For instance, sources (`.c`, `.cpp`,
-`.vala`, `.rs`, etc) will be compiled, objects (`.o`, `.obj`) and
-libraries (`.so`, `.dll`, etc) will be linked, and all other files
-(headers, unknown extensions, etc) will be ignored.
+`.vala`, `.rs`, etc) will be compiled and objects (`.o`, `.obj`) and
+libraries (`.so`, `.dll`, etc) will be linked.
With the Ninja backend, Meson will create a build-time [order-only
dependency](https://ninja-build.org/manual.html#ref_dependencies) on