[Epydoc-commits] SF.net SVN: epydoc: [1316] trunk/epydoc/Makefile
Brought to you by:
edloper
From: <ed...@us...> - 2006-08-24 06:51:25
|
Revision: 1316 Author: edloper Date: 2006-08-23 23:51:22 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/epydoc/?rev=1316&view=rev Log Message: ----------- Build profile.out before building epydoc's api docs. (Fixed bug that was causing profiling to crash.) Modified Paths: -------------- trunk/epydoc/Makefile Modified: trunk/epydoc/Makefile =================================================================== --- trunk/epydoc/Makefile 2006-08-24 06:50:43 UTC (rev 1315) +++ trunk/epydoc/Makefile 2006-08-24 06:51:22 UTC (rev 1316) @@ -38,7 +38,6 @@ LATEX_API = $(LATEX)/api LATEX_STDLIB = $(LATEX)/stdlib - EPYDOC = $(PYTHON) src/epydoc/cli.py export PYTHONPATH=src/ @@ -116,7 +115,7 @@ # xml.dom.minidom and a few Docutils modules get plaintext # docstrings). api-html: .api-html.up2date -.api-html.up2date: $(PY_SRCFILES) #profile.out +.api-html.up2date: $(PY_SRCFILES) profile.out rm -rf $(HTML_API) mkdir -p $(HTML_API) $(EPYDOC) -o $(HTML_API) --name epydoc --css white \ @@ -202,7 +201,6 @@ | sed 's/<A HREF="\/cgi-bin\/man2html">man2html<\/A>/man2html/'\ > doc/epydocgui-man.html -# [XX] A bug in the profiler for py 2.4 prevents this from working!! profile.out: $(PY_SRCFILES) $(EPYDOC) -o profile.tmp --name epydoc --css white \ --url http://epydoc.sourceforge.net --profile-epydoc \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |