* morituri/rip/Makefile.am: * morituri/rip/main.py: * morituri/rip/accurip.py (added): Add a rip accurip show command to show the accuraterip information for a given URL. See #5.
13 lines
172 B
Makefile
13 lines
172 B
Makefile
CLEANFILES = *.py{c,o}
|
|
|
|
morituridir = $(PYTHONLIBDIR)/morituri/rip
|
|
|
|
morituri_PYTHON = \
|
|
__init__.py \
|
|
accurip.py \
|
|
cd.py \
|
|
drive.py \
|
|
image.py \
|
|
main.py \
|
|
offset.py
|