summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2012-09-07 03:13:15 -0400
committerBrian Aker <brian@tangent.org>2012-09-07 03:13:15 -0400
commit4ab723ace65ae0255df8d33cf5b64180d6c032ae (patch)
tree5407ddc8c045dc4250114c25e506ac820841b3ec /docs
parent35811e5efa56436f7f0e03c68bc8cf78f2b2c1c4 (diff)
downloadlibmemcached-4ab723ace65ae0255df8d33cf5b64180d6c032ae.tar.gz
Update docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/include.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/include.am b/docs/include.am
index 070a36c3..e56e5340 100644
--- a/docs/include.am
+++ b/docs/include.am
@@ -154,6 +154,10 @@ sphinx-help:
@echo " linkcheck to check all external links for integrity"
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
+install-html: html-local
+ @rm -r -f /var/www/libmemcaced
+ @cp -r docs/html /var/www/libmemcaced
+
html-local: docs/conf.py changes
PYTHONPATH=${top_srcdir}/docs $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(SPHINX_BUILDDIR)/html
@echo