Revision: 1356
Author: ccanepacc
Date: Fri Mar 21 16:56:17 2014 UTC
Log: small correction to building_release_notes document
http://code.google.com/p/los-cocos/source/detail?r=1356
Modified:
/trunk/tools/building_release_notes.txt
=======================================
--- /trunk/tools/building_release_notes.txt Fri Mar 21 16:53:48 2014 UTC
+++ /trunk/tools/building_release_notes.txt Fri Mar 21 16:56:17 2014 UTC
@@ -11,15 +11,15 @@
2 Building the docs
Have sphinx >= 1.2.2 and dependencies instaled, build by:
- cd working_copy/doc
- make clean
- make html
+ cd working_copy/docgen
+ make clean
+ make html
(replace make with Makefile in unix-like OSes)
- Docs will be found at working_copy/doc/_build/html
+ Docs will be found at working_copy/docgen/_build/html
- Check for errors and warnings at working_copy/doc/warnings.log
+ Check for errors and warnings at working_copy/docgen/warnings.log
Work the docstrings to reduce errors and warnings.