calibre/Makefile.distrib
Kovid Goyal 1c8319a5a4 Added working support for the following commands to libprs500:
- ls -lhR --color
 - cp from device to host
 - info  (get device information)
 - cat files on device

Added a command line interface in prs500.py

Added documentation in epytext

Added support for distutils
2006-11-07 04:10:11 +00:00

9 lines
141 B
Makefile

all: doc tarball
tarball:
python setup.py sdist --formats=gztar,zip
doc:
epydoc --config epydoc.conf
epydoc -v --config epydoc-pdf.conf