Commit fb415f09 authored by sbc@chromium.org's avatar sbc@chromium.org

[NaCl Docs] Add devcyle/building.rst

This is direct port of the current content.  No editing yet.

R=eliben@chromium.org

Review URL: https://codereview.chromium.org/23463019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221807 0039d316-1c4b-4281-b951-d872f2087c98
parent 0fcfaab0
...@@ -47,7 +47,8 @@ help: ...@@ -47,7 +47,8 @@ help:
@echo " pseudoxml to make pseudoxml-XML files for display purposes" @echo " pseudoxml to make pseudoxml-XML files for display purposes"
@echo " linkcheck to check all external links for integrity" @echo " linkcheck to check all external links for integrity"
@echo " doctest to run all doctests embedded in the documentation (if enabled)" @echo " doctest to run all doctests embedded in the documentation (if enabled)"
@echo " devsite build docs for developer.google.com" @echo " devsite build locally viewable version of docs for developer.google.com"
@echo " devsite-prod build production docs for developer.google.com"
@echo " serve start python web server on port server 8009" @echo " serve start python web server on port server 8009"
clean: clean:
...@@ -180,8 +181,15 @@ pseudoxml: ...@@ -180,8 +181,15 @@ pseudoxml:
@echo @echo
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
devsite-prod:
$(SPHINXBUILD) -b devsite -D devsite_production_mode=1 $(ALLSPHINXOPTS) $(BUILDDIR)/devsite-prod
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/devsite-prod."
devsite: devsite:
$(SPHINXBUILD) -b devsite $(ALLSPHINXOPTS) $(BUILDDIR)/devsite $(SPHINXBUILD) -b devsite -D devsite_production_mode=0 $(ALLSPHINXOPTS) $(BUILDDIR)/devsite
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/devsite."
serve: serve:
cd _build/devsite && python -m SimpleHTTPServer 8009 cd _build/devsite && python -m SimpleHTTPServer 8009
######################################
Dynamic Linking and Loading with glibc
######################################
.. _devcycle:
#################
Development Cycle
#################
This section of the Developer's Guide provides information about how to
compile, run, and debug Native Client applications.
...@@ -15,9 +15,11 @@ Contents: ...@@ -15,9 +15,11 @@ Contents:
sdk/release-notes.rst sdk/release-notes.rst
devguide/index.rst devguide/index.rst
devguide/tutorial.rst devguide/tutorial.rst
devguide/devcycle/index.rst
devguide/devcycle/building.rst devguide/devcycle/building.rst
devguide/devcycle/running.rst devguide/devcycle/running.rst
devguide/devcycle/debugging.rst devguide/devcycle/debugging.rst
devguide/devcycle/dynamic-loading.rst
devguide/coding/3D-graphics.rst devguide/coding/3D-graphics.rst
devguide/coding/audio.rst devguide/coding/audio.rst
devguide/coding/application-structure.rst devguide/coding/application-structure.rst
......
...@@ -187,6 +187,8 @@ open web. ...@@ -187,6 +187,8 @@ open web.
Native Client in a web application Native Client in a web application
================================== ==================================
.. _application_files:
A Native Client application consists of a set of files: A Native Client application consists of a set of files:
* **HTML web page**, **CSS**, and **JavaScript** files, as in any modern web * **HTML web page**, **CSS**, and **JavaScript** files, as in any modern web
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment