Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8983118DD5 for ; Wed, 22 Jul 2015 05:29:25 +0000 (UTC) Received: (qmail 21604 invoked by uid 500); 22 Jul 2015 05:29:19 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 21304 invoked by uid 500); 22 Jul 2015 05:29:19 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 20030 invoked by uid 99); 22 Jul 2015 05:29:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2015 05:29:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C06CAE1806; Wed, 22 Jul 2015 05:29:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Wed, 22 Jul 2015 05:29:54 -0000 Message-Id: <023d83e593324f46b179435e815ad027@git.apache.org> In-Reply-To: <965fb5c70d53481cbb0ba93c46adbed7@git.apache.org> References: <965fb5c70d53481cbb0ba93c46adbed7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [37/50] couchdb commit: updated refs/heads/developer-preview-2.0 to 2a31bca update make uninstall Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/fcf233d0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/fcf233d0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/fcf233d0 Branch: refs/heads/developer-preview-2.0 Commit: fcf233d085db6204835a1f083e02788f6d93230b Parents: 4b3a549 Author: Jan Lehnardt Authored: Wed Jun 24 22:36:37 2015 +0200 Committer: Jan Lehnardt Committed: Wed Jun 24 23:07:48 2015 +0200 ---------------------------------------------------------------------- Makefile | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/fcf233d0/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 52f4770..52559dc 100644 --- a/Makefile +++ b/Makefile @@ -140,6 +140,11 @@ uninstall: @rm -f $(DESTDIR)/$(libexec_dir) @rm -rf $(DESTDIR)/$(sysconf_dir) @rm -rf $(DESTDIR)/$(data_dir) + @rm -rf $(DESTDIR)/$(doc_dir) + @rm -rf $(DESTDIR)/$(html_dir) + @rm -rf $(DESTDIR)/$(pdf_dir) + @rm -rf $(DESTDIR)/$(man_dir) + @rm -rf $(DESTDIR)/$(info_dir) install.mk: # ignore install.mk missing if we are running