autoconf-patches
[Top][All Lists]
Advanced

[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).




reply via email to

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