X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=cfeb34f4d9ec5147b9908fd8b15173752551b4da;hb=804f22a1c1024cdd27cc477e0a51fc46e7451a9f;hp=263ae32d755138bad6f7594eb29fe0df7f8b057c;hpb=0bf22f17310d97683200fdb17da4b23739e4b489;p=m6w6%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 263ae32d..cfeb34f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -92,3 +92,7 @@ lcov-clean: clean @find . -name '*.gcda' | xargs rm -f DISTCLEANFILES+= config/top.h + +install-html: html-local + @rm -r -f /var/www/libmemcached/* + @cp -r docs/html /var/www/libmemcached