On Fri, Feb 08, 2013 at 10:13:23AM -0800, Junio C Hamano wrote:
> Jeff King writes:
>
> > On Fri, Feb 08, 2013 at 06:34:37PM +0100, Matthieu Moy wrote:
> >
> >> Jeff King writes:
> >>
> >> > That seems much cleaner to me. If done right, it could also let people
> >> > put:
> >> >
> >> > CONT
Jeff King writes:
> On Fri, Feb 08, 2013 at 06:34:37PM +0100, Matthieu Moy wrote:
>
>> Jeff King writes:
>>
>> > That seems much cleaner to me. If done right, it could also let people
>> > put:
>> >
>> > CONTRIB_PERL += contrib/mw-to-git/git-remote-mediawiki
>>
>> Actually, you can already d
On Fri, Feb 08, 2013 at 06:34:37PM +0100, Matthieu Moy wrote:
> Jeff King writes:
>
> > That seems much cleaner to me. If done right, it could also let people
> > put:
> >
> > CONTRIB_PERL += contrib/mw-to-git/git-remote-mediawiki
>
> Actually, you can already do this:
>
> SCRIPT_PERL += c
Jeff King writes:
> That seems much cleaner to me. If done right, it could also let people
> put:
>
> CONTRIB_PERL += contrib/mw-to-git/git-remote-mediawiki
Actually, you can already do this:
SCRIPT_PERL += contrib/mw-to-git/git-remote-mediawiki.perl
probably not by design, but it works!
On Thu, Feb 07, 2013 at 11:28:31AM -0800, Junio C Hamano wrote:
> Matthieu Moy writes:
>
> > The configuration of the install directory is not reused from the
> > toplevel Makefile: we assume Git is already built, hence just call
> > "git --exec-path". This avoids too much surgery in the topleve
Matthieu Moy writes:
> The configuration of the install directory is not reused from the
> toplevel Makefile: we assume Git is already built, hence just call
> "git --exec-path". This avoids too much surgery in the toplevel Makefile.
>
> git-remote-mediawiki.perl can now "use Git;".
>
> Signed-of
The configuration of the install directory is not reused from the
toplevel Makefile: we assume Git is already built, hence just call
"git --exec-path". This avoids too much surgery in the toplevel Makefile.
git-remote-mediawiki.perl can now "use Git;".
Signed-off-by: Matthieu Moy
---
contrib/mw
7 matches
Mail list logo