diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-12-02 17:04:06 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-12-21 21:23:28 +0100 |
commit | 4e78d7713e80ce0b3044979e848b78229a1b6061 (patch) | |
tree | 4007f5cbb7f38eb99b61982a90381bbbdb217ec8 /doc | |
parent | b977da4f72503c9688725a492515c8443b2d83ae (diff) | |
download | vala-4e78d7713e80ce0b3044979e848b78229a1b6061.tar.gz |
compiler: Add "--depfile" option writing package dependencies to given file
This is meant to be used by build systems before invoking rebuilds
Diffstat (limited to 'doc')
-rw-r--r-- | doc/valac.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/valac.1 b/doc/valac.1 index 4f9d1c5dd..7f46b178e 100644 --- a/doc/valac.1 +++ b/doc/valac.1 @@ -90,6 +90,9 @@ Include comments in generated vapi \fB\-\-deps\fR Write make\-style dependency information to this file .TP +\fB\-\-depfile\fR +Write make\-style external dependency information for build systems to this file +.TP \fB\-\-list\-sources\fR Output a list of all source and binding files which are used .TP |