From: Brian Aker Date: Sat, 8 Sep 2012 02:41:44 +0000 (-0400) Subject: Fix misspelling X-Git-Tag: 1.0.11~1^2~9 X-Git-Url: https://git.m6w6.name/?p=awesomized%2Flibmemcached;a=commitdiff_plain;h=a4b154dc5bc4da7dbbd1aaec1339eb7c5c9bcee2 Fix misspelling --- diff --git a/docs/include.am b/docs/include.am index 639d0d28..55e98972 100644 --- a/docs/include.am +++ b/docs/include.am @@ -155,8 +155,8 @@ sphinx-help: @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 + @rm -r -f /var/www/libmemcached/* + @cp -r docs/html /var/www/libmemcached html-local: docs/conf.py changes docs PYTHONPATH=${top_srcdir}/docs $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(SPHINX_BUILDDIR)/html