fix distcheck

This commit is contained in:
Thomas Vander Stichele
2013-01-13 22:47:09 +01:00
parent 1757a3eb7f
commit 0306e022fb
2 changed files with 1 additions and 16 deletions

View File

@@ -34,20 +34,6 @@ musicbrainzngs_PYTHON = \
musicbrainzngs/mbxml.py
EXTRA_DIST = log/test_log.py python-command/scripts/help2man
EXTRA_DIST = python-command/scripts/help2man
musicbrainzngs/musicbrainz.py: all
python-musicbrainz-ngs:
git clone git://github.com/thomasvs/python-musicbrainz-ngs.git
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 git://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

View File

@@ -20,7 +20,6 @@ EXTRA_DIST = \
test_image_toc.py \
test_program_cdparanoia.py \
test_program_cdrdao.py \
test_result_logger.py \
bloc.cue \
bloc.toc \
breeders.cue \