Re: Including files from parent dir
Gavin Smith <[email protected]>
| Newsgroups | gmane.comp.tex.texinfo.general |
|---|---|
| Message-ID | <YyYGCGHzVeH55sD8@starmint> |
On Wed, Sep 14, 2022 at 10:13:26AM -0400, Stefan Monnier wrote: > I need my scripts to work with "old" makeinfo as well, so that wouldn't > help me for the foreseeable future, I'm afraid. > Thanks for the explanation, tho. It confirms that I'll have to > workaround the problem some other way. You could try using a symlink so instead of @include ../foo.texi you would have @include shared/foo.texi where shared was a symlink to '..'.