embed version in the epydoc output
This commit is contained in:
parent
87ec80b819
commit
c6c08e50e4
2 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
API_DOCS_DIR="../api_docs/python"
|
||||
API_DOCS_DIR="mapnik-python-`mapnik-config --version`"
|
||||
|
||||
if [ ! -d $API_DOCS_DIR ]
|
||||
then
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue