From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, David Fetter <david(at)fetter(dot)org>, PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [COMMITTERS] pgsql: Remove tabs in SGML. |
Date: | 2010-02-05 19:09:08 |
Message-ID: | 201002051909.o15J98D01315@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Alvaro Herrera wrote:
> Bruce Momjian wrote:
> > Peter Eisentraut wrote:
> > > On tis, 2010-01-26 at 10:20 -0800, David Fetter wrote:
> > > > On Tue, Jan 26, 2010 at 02:21:29PM +0000, Bruce Momjian wrote:
> > > > > Log Message:
> > > > > -----------
> > > > > Remove tabs in SGML.
> > > >
> > > > Can we see about making a commit hook for CVS that disallows \t in
> > > > SGML files? The process in git is pretty simple.
> > >
> > > Better write a check in the makefile.
> >
> > Done, and attached. The rule is more shell script than makefile, but I
> > am not sure how else to do it.
>
> Maybe have the check-tabs rule as a dependency of the "check", "html"
> and/or "draft" rules?
>
> > + check-tabs:
> > + ( ! grep ' ' $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml) ) || (echo "Tabs appear in SGML files"; exit 1)
Uh, I didn't think people wanted to actually have any tab testing in
their automatically. Do they?
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2010-02-05 19:13:11 | Re: [COMMITTERS] pgsql: Remove tabs in SGML. |
Previous Message | Alvaro Herrera | 2010-02-05 19:04:22 | Re: [COMMITTERS] pgsql: Remove tabs in SGML. |
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2010-02-05 19:13:11 | Re: [COMMITTERS] pgsql: Remove tabs in SGML. |
Previous Message | James William Pye | 2010-02-05 19:08:31 | Re: Confusion over Python drivers |