[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
makeinfo --no-headers -o x goes to stdout
From: |
Karl Berry |
Subject: |
makeinfo --no-headers -o x goes to stdout |
Date: |
Tue, 6 Dec 2011 00:24:09 GMT |
Hi Patrice,
$ makeinfo -o simple.txt --no-headers simple.txi
1 Title
*******
Para 1.
..
Output should be to simple.txt in this case, not stdout,
(and it should be so regardless of the position of the -o).
My trivial source file is below, although the content clearly doesn't matter.
Thanks,
k
\input texinfo @c -*-texinfo-*-
@setfilename simple.info
@chapter Title
Para 1.
Para 2.
@bye
- makeinfo --no-headers -o x goes to stdout,
Karl Berry <=