embed version in the epydoc output

This commit is contained in:
Dane Springmeyer 2012-04-09 13:52:54 -07:00
parent 87ec80b819
commit c6c08e50e4
2 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
API_DOCS_DIR="../api_docs/python" API_DOCS_DIR="mapnik-python-`mapnik-config --version`"
if [ ! -d $API_DOCS_DIR ] if [ ! -d $API_DOCS_DIR ]
then then

View file

@ -1,2 +0,0 @@
rm -rf test_api
epydoc --no-private --no-frames --no-sourcecode --name mapnik --url http://mapnik.org --css mapnik_epydoc.css mapnik -o test_api