put symlink to github checkout

This commit is contained in:
Thomas Vander Stichele
2012-11-18 15:09:55 +00:00
parent 009d4c5376
commit 3704ce31da
2 changed files with 10 additions and 2 deletions

View File

@@ -39,8 +39,15 @@ EXTRA_DIST = log/test_log.py command/test_command.py command/help2man.py
musicbrainzngs/musicbrainz.py: all
python-musicbrainz-ngs:
pwd
git clone https://github.com/thomasvs/python-musicbrainz-ngs.git
all:
python-musicbrainz-ngs-check:
if test ! -e $(top_srcdir)/morituri/extern/musicbrainzngs/musicbrainz.py; then echo cloning python-musicbrainz-ngs; make python-musicbrainz-ngs; fi
python-command:
git clone https://github.com/thomasvs/python-command.git
python-command-check:
if test ! -e $(top_srcdir)/morituri/extern/command/command.py; then echo cloning python-command; make python-command; fi
all: python-musicbrainz-ngs-check python-command-check

1
morituri/extern/command vendored Symbolic link
View File

@@ -0,0 +1 @@
python-command/command