From c9a808f70497dcbc9fc613302831a49b2440ce1f Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Thu, 27 Aug 2015 17:38:40 +0200 Subject: [PATCH] doc: add documentation related to 1ba04976aac043deca38edb03e0dfc866dfadd67 --- doc/dynare.texi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/dynare.texi b/doc/dynare.texi index f55599867b..a2a4b0bfad 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -845,6 +845,13 @@ information about the configuration file. Defines a macro-variable from the command line (the same effect as using the Macro directive @code{@@#define} in a model file, @pxref{Macro-processing language}). +@item -I@var{<<path>>} +Defines a path to search for files to be included by the +macroprocessor (using the @ref{@@#include} command). Multiple +@code{-I} flags can be passed on the command line. The paths will be +searched in the order that the @code{-I} flags are passed and the +first matching file will be used. + @item nostrict Allows Dynare to issue a warning and continue processing when @enumerate @@ -8930,6 +8937,7 @@ constructed as explained above. @node Macro directives @subsection Macro directives +@anchor{@@#include} @deffn {Macro directive} @@#include "@var{FILENAME}" @deffnx {Macro directive} @@#include @var{MACRO_VARIABLE} This directive simply includes the content of another file at the -- GitLab