X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Finclude.am;h=55e98972018b73bdb5548c4bd6358f0ffb3bc765;hb=e229a51b6a425b7715050242afb57443afcc463d;hp=070a36c3f95fc9183e0280609f715bbb53f42226;hpb=68ad48824e7162a490cce315756c5fa3f98d3e31;p=awesomized%2Flibmemcached diff --git a/docs/include.am b/docs/include.am index 070a36c3..55e98972 100644 --- a/docs/include.am +++ b/docs/include.am @@ -154,7 +154,11 @@ sphinx-help: @echo " linkcheck to check all external links for integrity" @echo " doctest to run all doctests embedded in the documentation (if enabled)" -html-local: docs/conf.py changes +install-html: html-local + @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 @echo @echo "Build finished. The HTML pages are in $(SPHINX_BUILDDIR)/html."