Index: third_party/gsutil/third_party/rsa/doc/Makefile |
diff --git a/third_party/six/documentation/Makefile b/third_party/gsutil/third_party/rsa/doc/Makefile |
similarity index 92% |
copy from third_party/six/documentation/Makefile |
copy to third_party/gsutil/third_party/rsa/doc/Makefile |
index eebafcd6d60f129cb5c626fb2e04d40f78e375da..5eaf772b314ca9cea0bfe1c77d62d7ef814901f8 100644 |
--- a/third_party/six/documentation/Makefile |
+++ b/third_party/gsutil/third_party/rsa/doc/Makefile |
@@ -14,6 +14,8 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . |
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest |
+default: html |
+ |
help: |
@echo "Please use \`make <target>' where <target> is one of" |
@echo " html to make standalone HTML files" |
@@ -72,17 +74,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/six.qhcp" |
+ @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/Python-RSA.qhcp" |
@echo "To view the help file:" |
- @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/six.qhc" |
+ @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/Python-RSA.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/six" |
- @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/six" |
+ @echo "# mkdir -p $$HOME/.local/share/devhelp/Python-RSA" |
+ @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/Python-RSA" |
@echo "# devhelp" |
epub: |
@@ -128,3 +130,10 @@ doctest: |
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest |
@echo "Testing of doctests in the sources finished, look at the " \ |
"results in $(BUILDDIR)/doctest/output.txt." |
+ |
+upload: html |
+ @echo |
+ @echo "UPLOADING to webserver" |
+ @echo |
+ rsync _build/html/* sybren@stuvel.eu:stuvel.eu/manager/files/python-rsa-doc/ -va |
+ |