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

Unified Diff: native_client_sdk/src/doc/Makefile

Issue 591683002: [NaCl SDK Docs] Fix many issues with the doc generator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 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
Index: native_client_sdk/src/doc/Makefile
diff --git a/native_client_sdk/src/doc/Makefile b/native_client_sdk/src/doc/Makefile
index 24af1a8864c2ad8ebd3c435d2f2e9228849bdaeb..050e039700b02deaf3664a583c588351efaaed87 100644
--- a/native_client_sdk/src/doc/Makefile
+++ b/native_client_sdk/src/doc/Makefile
@@ -51,7 +51,7 @@ doctest:
chromesite:
-rm $(CHROMESITE_BUILDDIR)/.buildinfo
- doxygen/generate_docs.py $(CHROMESITE_BUILDDIR)
+ doxygen/generate_docs.py $(CHROMESITE_BUILDDIR) -v
Sam Clegg 2014/09/20 00:02:36 Do we always want this?
binji 2014/09/22 17:54:02 Whoops, removed.
$(SPHINXBUILD) -b chromesite $(ALLSPHINXOPTS) $(CHROMESITE_BUILDDIR)
rm -rf $(CHROMESITE_BUILDDIR)/images
cp -r $(CHROMESITE_BUILDDIR)/_images $(CHROMESITE_BUILDDIR)/images

Powered by Google App Engine
This is Rietveld 408576698