From e9f6b3a74c34ed25d0680d2b333f235098b44c93 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Wed, 3 Oct 2012 05:48:04 -0400 Subject: [PATCH] Fix duplicate target. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index cfeb34f4..5b1fcd21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -93,6 +93,6 @@ lcov-clean: clean DISTCLEANFILES+= config/top.h -install-html: html-local +install-website: html-local @rm -r -f /var/www/libmemcached/* @cp -r docs/html /var/www/libmemcached -- 2.30.2