From c09d34979e88b6df49afd29f3a4dc3df74779add Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Fri, 7 Sep 2012 21:56:12 -0400 Subject: [PATCH] Fix permission issue --- docs/include.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/include.am b/docs/include.am index 12eb61df..639d0d28 100644 --- a/docs/include.am +++ b/docs/include.am @@ -155,7 +155,7 @@ sphinx-help: @echo " doctest to run all doctests embedded in the documentation (if enabled)" install-html: html-local - @rm -r -f /var/www/libmemcaced + @rm -r -f /var/www/libmemcaced/* @cp -r docs/html /var/www/libmemcaced html-local: docs/conf.py changes docs -- 2.30.2