put symlink to github checkout
This commit is contained in:
11
morituri/extern/Makefile.am
vendored
11
morituri/extern/Makefile.am
vendored
@@ -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
1
morituri/extern/command
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
python-command/command
|
||||
Reference in New Issue
Block a user