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

Unified Diff: native_client_sdk/src/doc/Makefile

Issue 57923006: Devsite doc generation tweaks following Andy's requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: leave a mention of auto-generating code in a comment Created 7 years, 1 month 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 | « no previous file | native_client_sdk/src/doc/_book.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/doc/Makefile
diff --git a/native_client_sdk/src/doc/Makefile b/native_client_sdk/src/doc/Makefile
index ad19b5919306b711a92cb426038200e472f18eae..89c514584202f5d65c40dfad7b6a73d1fd839a52 100644
--- a/native_client_sdk/src/doc/Makefile
+++ b/native_client_sdk/src/doc/Makefile
@@ -183,7 +183,7 @@ pseudoxml:
devsite-prod:
$(SPHINXBUILD) -b devsite -D devsite_production_mode=1 $(ALLSPHINXOPTS) $(BUILDDIR)/devsite-prod
- rm -rf $(BUILDDIR)/devsite-staging/images
+ rm -rf $(BUILDDIR)/devsite-prod/images
cp -r $(BUILDDIR)/devsite-prod/_images $(BUILDDIR)/devsite-prod/images
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/devsite-prod."
« no previous file with comments | « no previous file | native_client_sdk/src/doc/_book.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698