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: |