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

Unified Diff: third_party/gsutil/third_party/oauth2client/docs/Makefile

Issue 1377933002: [catapult] - Copy Telemetry's gsutilz over to third_party. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Rename to gsutil. Created 5 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: third_party/gsutil/third_party/oauth2client/docs/Makefile
diff --git a/third_party/html5lib-python/doc/Makefile b/third_party/gsutil/third_party/oauth2client/docs/Makefile
similarity index 96%
copy from third_party/html5lib-python/doc/Makefile
copy to third_party/gsutil/third_party/oauth2client/docs/Makefile
index e0e58667e7d9e703083c4d2915e7bb8c26c57bf6..6ed721dfd8f201dd45232b181b2027278d012611 100644
--- a/third_party/html5lib-python/doc/Makefile
+++ b/third_party/gsutil/third_party/oauth2client/docs/Makefile
@@ -2,7 +2,7 @@
#
# You can set these variables from the command line.
-SPHINXOPTS =
+SPHINXOPTS = -W
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
@@ -85,17 +85,17 @@ qthelp:
@echo
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
- @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/html5lib.qhcp"
+ @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/oauth2client.qhcp"
@echo "To view the help file:"
- @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/html5lib.qhc"
+ @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/oauth2client.qhc"
devhelp:
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
@echo
@echo "Build finished."
@echo "To view the help file:"
- @echo "# mkdir -p $$HOME/.local/share/devhelp/html5lib"
- @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/html5lib"
+ @echo "# mkdir -p $$HOME/.local/share/devhelp/oauth2client"
+ @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/oauth2client"
@echo "# devhelp"
epub:

Powered by Google App Engine
This is Rietveld 408576698