Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-common
Commits
c8f0137ccf37
Commit
7476d941
authored
Jan 26, 2009
by
Sylvain
Browse files
dirty fix to make lgc compilable for debian stable (epydoc version pb)
parent
7e792214f7f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
c8f0137c
...
...
@@ -19,7 +19,7 @@ build-stamp:
python setup.py -q build
# build doc
$(MAKE) -C doc
$(MAKE) -C doc
|| true
touch build-stamp
...
...
doc/makefile
View file @
c8f0137c
all
:
epydoc
epydoc
:
epydoc
-o
apidoc
--html
-v
--graph
all
--no-private
--exclude
=
"__pkginfo__"
--exclude
=
"setup"
-n
"Logilab's common library"
../
#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"
../
clean
:
rm
-rf
apidoc
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment