This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH, doc] minor fixups
- From: Tobias Burnus <burnus at net-b dot de>
- To: Ralf Wildenhues <Ralf dot Wildenhues at gmx dot de>, fortran at gcc dot gnu dot org
- Date: Sun, 15 Jun 2008 10:29:23 +0200
- Subject: Re: [PATCH, doc] minor fixups
- References: <20080614130919.GA9842@ins.uni-bonn.de> <20080615081624.GA12733@ins.uni-bonn.de>
Ralf Wildenhues wrote:
Split of Fortran-specific bits off of
<http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00920.html>.
Please see there for rationale.
Which is:
1) Indentation in .texi is unfortunately mostly preserved in the info
output, showing up as extraneous inter-word spacing in the middle of a
line. Also, TABs usually mess up the indentation; they are best
avoided, except maybe in @example Makefiles.
Tested 'make info html pdf'. OK for trunk?
Yes, thanks for taking care of the docs.
Tobias