[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: no TABs in .texi files
From: |
Paul Eggert |
Subject: |
Re: no TABs in .texi files |
Date: |
Fri, 24 Mar 2006 13:27:59 -0800 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
Ralf Wildenhues <address@hidden> writes:
> +# Do not use TABs in .texi files.
> +sc_texi_notab:
> + @grep '[ ]' $(srcdir)/doc/*texi && \
> + { echo '$(ME): Do not use TABs in .texi files' \
> + 1>&2; exit 1; } || :
Hmm, come to think of it, the Texinfo manual says it's OK to use tabs
in verbatim modes, and I use that in some of my manuals (e.g.,
diffutils, since the diffutils output uses tabs). Can you fix the
rule to not complain about tabs in that case? This would mean we
could avoid the need to worry about the autoconf.texi change you
proposed.
Also, shouldn't that look for files that end in either .texi or
.texinfo or .txi (Bison uses .texinfo, and Texinfo uses .txi)?
Also, why just look in doc? Can't we use CVS_LIST_EXCEPT to find all
the texinfo files checked in under CVS? Many packages put texinfo
files elsewhere (e.g., Emacs, Gnus, libc).
- Re: more M4sh documentation, (continued)
- Re: more M4sh documentation, Stepan Kasal, 2006/03/22
- Re: more M4sh documentation, Ralf Wildenhues, 2006/03/26
- Re: more M4sh documentation, Ralf Wildenhues, 2006/03/29
- Re: more M4sh documentation, Paul Eggert, 2006/03/22
- Re: more M4sh documentation, Stepan Kasal, 2006/03/22
- Re: more M4sh documentation, Paul Eggert, 2006/03/22
- Re: more M4sh documentation, Stepan Kasal, 2006/03/27
- no TABs in .texi files (was: more M4sh documentation), Ralf Wildenhues, 2006/03/24
- Re: no TABs in .texi files,
Paul Eggert <=
- Re: no TABs in .texi files, Ralf Wildenhues, 2006/03/28
- Re: no TABs in .texi files, Paul Eggert, 2006/03/30
- Re: no TABs in .texi files, Ralf Wildenhues, 2006/03/30