On Thu, Dec 12, 2024 at 08:59:52AM -0500, Benjamin Kalish wrote: > Two related questions: > > - I believe that @include paths are always relative to the location of > the root file. Is that correct?
Not necessarily, the @include arguments are searched for * in directories specified with -P * in the root file directory * in the current directory * in directories specified with -I > I'd love to be able to @include using paths > relative to the file doing the including. Is that possible? It is not possible, and I think that it would be confusing, but you can use -I to add the directory to the @include files search path. It is not exactly the same, but I think that it is close enough. -- Pat