Skip to content

Commit

Permalink
git-remote-mediawiki: do not remove installed files in "clean" target
Browse files Browse the repository at this point in the history
Running "make clean" after a successful "make install" should not
result in a broken mediawiki remote helper.

Reported-by: Thorsten Glaser <t.glaser@tarent.de>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Acked-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jonathan Nieder authored and Junio C Hamano committed Nov 11, 2013
1 parent e191890 commit 3176c59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/mw-to-git/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ install: install_pm
clean:
$(MAKE) -C $(GIT_ROOT_DIR) SCRIPT_PERL=$(SCRIPT_PERL_FULL) \
clean-perl-script
rm $(INSTLIBDIR)/$(GIT_MEDIAWIKI_PM)

perlcritic:
perlcritic -2 *.perl

0 comments on commit 3176c59

Please sign in to comment.