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

Unified Diff: native_client_sdk/src/doc/PRESUBMIT.py

Issue 180003003: [NaCl SDK Docs] Fix README, cleanup Makefile, remove devsite stuff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: modified presubmit so I can dcommit Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/src/doc/Makefile ('k') | native_client_sdk/src/doc/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/doc/PRESUBMIT.py
diff --git a/native_client_sdk/src/doc/PRESUBMIT.py b/native_client_sdk/src/doc/PRESUBMIT.py
index c3001a9dfa86e1a9c91a65f063a2135ec0a6f4bd..35d7bebe8c7d9ef985835c2f9ca4f3d640f87631 100644
--- a/native_client_sdk/src/doc/PRESUBMIT.py
+++ b/native_client_sdk/src/doc/PRESUBMIT.py
@@ -14,9 +14,7 @@ def _CheckSphinxBuild(input_api, output_api):
"""
try:
- # Don't do a full chromesite build (takes about a minute...), just build
- # the ReST.
- subprocess.check_output(['make', 'chromesite_rst', 'SPHINXOPTS=-Wa'],
+ subprocess.check_output(['make', 'presubmit', 'SPHINXOPTS=-Wa'],
stderr=subprocess.STDOUT)
except subprocess.CalledProcessError as e:
return [output_api.PresubmitNotifyResult('sphinx_build failed:\n' +
« no previous file with comments | « native_client_sdk/src/doc/Makefile ('k') | native_client_sdk/src/doc/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698