fix distcheck
This commit is contained in:
16
morituri/extern/Makefile.am
vendored
16
morituri/extern/Makefile.am
vendored
@@ -34,20 +34,6 @@ musicbrainzngs_PYTHON = \
|
|||||||
musicbrainzngs/mbxml.py
|
musicbrainzngs/mbxml.py
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = log/test_log.py python-command/scripts/help2man
|
EXTRA_DIST = python-command/scripts/help2man
|
||||||
|
|
||||||
musicbrainzngs/musicbrainz.py: all
|
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
|
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ EXTRA_DIST = \
|
|||||||
test_image_toc.py \
|
test_image_toc.py \
|
||||||
test_program_cdparanoia.py \
|
test_program_cdparanoia.py \
|
||||||
test_program_cdrdao.py \
|
test_program_cdrdao.py \
|
||||||
test_result_logger.py \
|
|
||||||
bloc.cue \
|
bloc.cue \
|
||||||
bloc.toc \
|
bloc.toc \
|
||||||
breeders.cue \
|
breeders.cue \
|
||||||
|
|||||||
Reference in New Issue
Block a user