Signed-off-by: Matthieu Moy <Matthieu.Moy@xxxxxxx> --- > > The colon after "make" and the indentation look weird. Shouldn't this be > > > > +# To build and test: > > +# > > +# make > > +# bin-wrapper/git mw preview Some_page.mw > > +# bin-wrapper/git clone mediawiki::http://example.com/wiki/ > > +# > > > > ? > > oops, yes definitely. Junio, can you apply this fixup to bp/mediawiki-preview? Thanks, contrib/mw-to-git/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/mw-to-git/Makefile b/contrib/mw-to-git/Makefile index 775cb07..76fcd4d 100644 --- a/contrib/mw-to-git/Makefile +++ b/contrib/mw-to-git/Makefile @@ -4,9 +4,9 @@ # # To build and test: # -# make: -# bin-wrapper/git mw preview Some_page.mw -# bin-wrapper/git clone mediawiki::http://example.com/wiki/ +# make +# bin-wrapper/git mw preview Some_page.mw +# bin-wrapper/git clone mediawiki::http://example.com/wiki/ # # To install, run Git's toplevel 'make install' then run: # -- 1.8.3.1.495.g13f33cf.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html