From 4e78d7713e80ce0b3044979e848b78229a1b6061 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 2 Dec 2019 17:04:06 +0100 Subject: compiler: Add "--depfile" option writing package dependencies to given file This is meant to be used by build systems before invoking rebuilds --- doc/valac.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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 -- cgit v1.2.1