summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavide Andreoli <dave@gurumeditation.it>2012-06-02 20:57:52 +0000
committerDavide Andreoli <dave@gurumeditation.it>2012-06-02 20:57:52 +0000
commit92ddb5380128c02e15a6e24204c8cbe609b17a8f (patch)
treef461459de62c0fbbd0b480b39b412b446cf02ac3 /Makefile.am
parent1dccc930229a44d2954ad91d1676001ae50d7a27 (diff)
downloadpython-elementary-92ddb5380128c02e15a6e24204c8cbe609b17a8f.tar.gz
python-elementary-92ddb5380128c02e15a6e24204c8cbe609b17a8f.tar.bz2
python-elementary-92ddb5380128c02e15a6e24204c8cbe609b17a8f.zip
make doc: ensure the doc/api directory exists befor running epydoc
SVN revision: 71644
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e5bc963..65a3ff0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -200,6 +200,7 @@ clean-local: doc-clean
doc-clean:
rm -fr doc/api/html
doc: $(pyexecelementary_LTLIBRARIES) $(pyelementarydir_PYTHON)
+ mkdir -p doc/api/html
$(AM_V_GEN)PYTHONPATH="$$PWD:$$PWD/.libs:$$PYTHONPATH" \
$(EPYDOC) --html -o doc/api/html \
-n "@PACKAGE@ @VERSION@ API" \