* morituri/extern/Makefile.am:
Hopefully fix both make and make distcheck.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri/extern/Makefile.am:
|
||||
Hopefully fix both make and make distcheck.
|
||||
|
||||
2011-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri/test/Makefile.am:
|
||||
|
||||
8
morituri/extern/Makefile.am
vendored
8
morituri/extern/Makefile.am
vendored
@@ -36,9 +36,11 @@ musicbrainzngs_PYTHON = \
|
||||
|
||||
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
|
||||
|
||||
$(top_srcdir)/musicbrainzngs/musicbrainz.py: python-musicbrainz-ngs
|
||||
|
||||
all: musicbrainzngs/musicbrainz.py
|
||||
all:
|
||||
if test ! -e $(top_srcdir)/morituri/extern/musicbrainzngs/musicbrainz.py; then cloning python-musicbrainz-ngs; make python-musicbrainz-ngs; fi
|
||||
|
||||
Reference in New Issue
Block a user