mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-02-10 21:44:48 -05:00
16 lines
291 B
Makefile
16 lines
291 B
Makefile
TRAC_ROOT=/var/lib/trac/libprs500/htdocs/apidocs
|
|
|
|
all: doc sdist egg
|
|
|
|
sdist:
|
|
python setup.py sdist --formats=gztar,zip
|
|
|
|
egg:
|
|
python setup.py bdist_egg
|
|
|
|
doc:
|
|
epydoc --config epydoc.conf
|
|
cp -r docs/html ${TRAC_ROOT}/
|
|
epydoc -v --config epydoc-pdf.conf
|
|
cp docs/pdf/api.pdf ${TRAC_ROOT}/
|