Re: Including files from parent dir
Stefan Monnier <[email protected]>
| Newsgroups | gmane.comp.tex.texinfo.general |
|---|---|
| Message-ID | <[email protected]> |
> Have you tried the -I <directory> option?
I had not, but I just tried and that doesn't help: apparently when
the file starts with "." it's not searched along the list of include
directories but only relative to pwd (whereas I'd need it to look
relative to the includer's directory).
Stefan