From 4ab723ace65ae0255df8d33cf5b64180d6c032ae Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Fri, 7 Sep 2012 03:13:15 -0400 Subject: [PATCH] Update docs. --- docs/include.am | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2