Files
mpmath--mpmath/pkgdocs.sh
T
Fredrik Johansson 4ce0b0d1db call this 0.18
2013-12-31 19:41:53 +01:00

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