Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Side by Side Diff: Tools/Scripts/webkitpy/thirdparty/logilab/common/doc/makefile

Issue 18418010: Check in the thirdparty libs needed for webkitpy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 all: epydoc
2
3 epydoc:
4 mkdir -p apidoc
5 -epydoc --parse-only -o apidoc --html -v --no-private --exclude='test' - -exclude="__pkginfo__" --exclude="setup" -n "Logilab's common library" $(shell d irname $(CURDIR))/build/lib/logilab/common >/dev/null
6
7 clean:
8 rm -rf apidoc
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698