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.xhtml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/cli.xhtml') 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