[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1375480643.2034.137.camel@joe-AO722>
Date: Fri, 02 Aug 2013 14:57:23 -0700
From: Joe Perches <joe@...ches.com>
To: Geert Uytterhoeven <geert@...ux-m68k.org>
Cc: Rob Landley <rob@...dley.net>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Tweak Documentation MAINTAINERS entry.
On Fri, 2013-08-02 at 23:39 +0200, Geert Uytterhoeven wrote:
> On Fri, Aug 2, 2013 at 6:13 PM, Rob Landley <rob@...dley.net> wrote:
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index d83f70f..6b752df 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -2664,6 +2664,10 @@ L: linux-doc@...r.kernel.org
> > T: TBD
> > S: Maintained
> > F: Documentation/
> > +X: Documentation/zh_CN
> > +X: Documentation/ko_KR
> > +X: Documentation/ja_JP
>
> Does "Documentation/??_??" work, to catch future translations?
> Or do we have to use "Documentation/[a-z][a-z]_[A-Z][A-Z]"?
? works.
The script uses:
scripts/get_maintainer.pl: $line =~ s/([^\\])\.([^\*])/$1\?$2/g;
These could be converted to a single
X: Documentation/??_??/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists