> From: Masao Uebayashi <[EMAIL PROTECTED]> > Date: Wed, 27 Feb 2002 22:23:14 +0900 (JST) > > Is it possible to use subdirectories for file entries? E.g. > > * Foo: (hoge/foo). Blablabla... > * Bar: (hoge/bar). Blablabla...
Yes, it should be possible. > As far as I have tested, installation and browsing are okay, and > deinstallation (install-info --remove) failed. You are right, install-info assumes that the file name inside the parentheses doesn't include any directories. It shouldn't be hard to fix that, but it raises an issue: what if we have an entry "Foo (foo)." and another one "Foobar (bar/foo)."? How (i.e. with what command line) would the user tell install-info to remove one but not the other? > (BTW, how to subscribe the user discussio list?) Try http://mail.gnu.org/mailman/listinfo. _______________________________________________ Bug-texinfo mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-texinfo
