texi2html-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texi2html-bug] notabug: input filenames


From: Graham Percival
Subject: [Texi2html-bug] notabug: input filenames
Date: Tue, 02 Oct 2007 16:12:52 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

The documentation is clear that input filenames should not end in .tely, so this report isn't really a bug. However, it would be nice if the program usage did not depend on the suffix:

address@hidden:~/tmp/totemp$ texi2html splitme.tely
address@hidden:~/tmp/totemp$ texi2html --split=node splitme.tely
*** can't create directory splitme.tely


In the first case, the output is perfect; in the second case, there is no output.

Cheers,
- Graham

-----------splitme.tely
\input texinfo
@node Top
@top Example

@menu
* one::
* two::
@end menu

@node one
@chapter one

@node two
@chapter two


@bye




reply via email to

[Prev in Thread] Current Thread [Next in Thread]