From: Brian Aker Date: Fri, 7 Sep 2012 07:13:15 +0000 (-0400) Subject: Update docs. X-Git-Tag: 1.0.11~4 X-Git-Url: https://git.m6w6.name/?p=awesomized%2Flibmemcached;a=commitdiff_plain;h=4ab723ace65ae0255df8d33cf5b64180d6c032ae Update docs. --- 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