From b42d9a345e2b02a1b17fa61b22117fbf7b187a31 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 11 May 2012 11:19:04 +0200 Subject: Add support for -I option Now quote-included ("") option files are searched for relative to the including file while bracket-included (<>) ones are search in the directories specified with -I. --- doc/cli.1 | 3 +++ doc/cli.xhtml | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/cli.1 b/doc/cli.1 index 67c397d..4794ec8 100644 --- a/doc/cli.1 +++ b/doc/cli.1 @@ -67,6 +67,9 @@ Print usage information and exit\. .IP "\fB--version\fP" Print version and exit\. +.IP "\fB--include-path\fP|\fB-I\fP \fIdir\fP" +Search \fIdir\fP for bracket-included (\fB<>\fP) option files\. + .IP "\fB--output-dir\fP|\fB-o\fP \fIdir\fP" Write the generated files to \fIdir\fP instead of the current directory\. diff --git a/doc/cli.xhtml b/doc/cli.xhtml index fdcde80..1ac88b0 100644 --- a/doc/cli.xhtml +++ b/doc/cli.xhtml @@ -90,6 +90,10 @@
--version
Print version and exit.
+
--include-path|-I dir
+
Search dir for bracket-included (<>) option + files.
+
--output-dir|-o dir
Write the generated files to dir instead of the current directory.
-- cgit v1.1