Re: New documentation targets (pdf & txt)

2001-09-18 Thread akim
On Tue, Sep 18, 2001 at 03:26:39PM -0400, Derek Robert Price wrote: > Derek Robert Price wrote: > > > *.texinfo files in case anyone is interested. Both rules use makeinfo > > so they shouldn't create any new dependencies and the input and output > > Excuse me. The PDF rule does use texi2dvi a

Re: New documentation targets (pdf & txt)

2001-09-18 Thread Derek Robert Price
Derek Robert Price wrote: > *.texinfo files in case anyone is interested. Both rules use makeinfo > so they shouldn't create any new dependencies and the input and output Excuse me. The PDF rule does use texi2dvi as well, but that seems to be used in Automake generated `Makefile.in's already f

New documentation targets (pdf & txt)

2001-09-18 Thread Derek Robert Price
Here are several generic rules for creation of PDF and ASCII output from *.texinfo files in case anyone is interested. Both rules use makeinfo so they shouldn't create any new dependencies and the input and output file sets are the same as for *.info files, except do a s/\.info$/.pdf/ or s/\.info