mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-29 07:03:30 -05:00
- 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
9 lines
141 B
Makefile
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
|