8 lines
229 B
Bash
8 lines
229 B
Bash
TARFILE=mpmath-docsrc-`python -c "import mpmath; print mpmath.__version__"`.tar
|
|
|
|
tar -cf $TARFILE README.rst CHANGES pkgdocs.sh demo/*.py doc/*.py \
|
|
`find doc/source -not \( -name .git -prune \) -type f | less`
|
|
|
|
gzip $TARFILE
|
|
|