summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulien Jehannet <julien.jehannet@logilab.fr>2009-09-15 15:01:53 +0200
committerJulien Jehannet <julien.jehannet@logilab.fr>2009-09-15 15:01:53 +0200
commit028ddb178ec0276bd03b4b9694c3faf1d715a9dd (patch)
treead716de21d565adb568366c0f5ad472aae5f3395 /doc
parent31f761f57d265e133233b7e46d5cee6df2c71b13 (diff)
downloadlogilab-common-028ddb178ec0276bd03b4b9694c3faf1d715a9dd.tar.gz
[C] debian: refactoring and merge specific cases into unique debian directory
Diffstat (limited to 'doc')
-rw-r--r--doc/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makefile b/doc/makefile
index ddea5d5..2484e55 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -3,7 +3,7 @@ all: epydoc
epydoc:
#epydoc -o apidoc --html -v --graph all --no-private --exclude="__pkginfo__" --exclude="setup" -n "Logilab's common library" ../
mkdir apidoc
- epydoc -o apidoc --html -v --no-private --exclude="__pkginfo__" --exclude="setup" -n "Logilab's common library" ../
+ epydoc -o apidoc --html -v --no-private --exclude="__pkginfo__" --exclude="setup" -n "Logilab's common library" $(shell dirname $(CURDIR))/build/lib/logilab/common
clean:
rm -rf apidoc