~ubuntu-branches/debian/sid/git/sid

« back to all changes in this revision

Viewing changes to contrib/mw-to-git/Makefile

  • Committer: Package Import Robot
  • Author(s): Jonathan Nieder
  • Date: 2013-06-12 07:50:53 UTC
  • mfrom: (1.2.19) (2.1.31 experimental)
  • Revision ID: package-import@ubuntu.com-20130612075053-uue9xe0dq0rvm44y
Tags: 1:1.8.3.1-1
* merge branch debian-experimental
* new upstream point release (see RelNotes/1.8.3.1.txt).
* debian/watch: use xz-compressed tarballs from kernel.org.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Copyright (C) 2013
 
3
#     Matthieu Moy <Matthieu.Moy@imag.fr>
 
4
#
 
5
## Build git-remote-mediawiki
 
6
 
 
7
SCRIPT_PERL=git-remote-mediawiki.perl
 
8
GIT_ROOT_DIR=../..
 
9
HERE=contrib/mw-to-git/
 
10
 
 
11
SCRIPT_PERL_FULL=$(patsubst %,$(HERE)/%,$(SCRIPT_PERL))
 
12
 
 
13
all: build
 
14
 
 
15
build install clean:
 
16
        $(MAKE) -C $(GIT_ROOT_DIR) SCRIPT_PERL=$(SCRIPT_PERL_FULL) \
 
17
                $@-perl-script