Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id B176E431FC3 for ; Fri, 20 Nov 2009 05:36:22 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PgqRYs1OtEGX for ; Fri, 20 Nov 2009 05:36:21 -0800 (PST) Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147]) by olra.theworths.org (Postfix) with ESMTP id 91356431FBC for ; Fri, 20 Nov 2009 05:36:21 -0800 (PST) Received: from [83.101.72.69] (helo=localhost) by bach.exherbo.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NBTeu-00046U-Kn; Fri, 20 Nov 2009 13:36:20 +0000 From: Ingmar Vanhassel To: Date: Fri, 20 Nov 2009 14:36:14 +0100 Message-Id: <1258724174-18684-2-git-send-email-ingmar@exherbo.org> X-Mailer: git-send-email 1.6.5.2.433.g23cdb In-Reply-To: <87fx8b72vs.fsf@yoom.home.cworth.org> References: <87fx8b72vs.fsf@yoom.home.cworth.org> Subject: [notmuch] [PATCH 2/2] bash-completion: Move to contrib X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 13:36:23 -0000 Signed-off-by: Ingmar Vanhassel --- Makefile.local | 2 +- .../notmuch-completion.bash | 0 2 files changed, 1 insertions(+), 1 deletions(-) rename notmuch-completion.bash => contrib/notmuch-completion.bash (100%) Move to contrib/ for consistency with zsh completion. diff --git a/Makefile.local b/Makefile.local index ecd4ceb..74a72aa 100644 --- a/Makefile.local +++ b/Makefile.local @@ -33,7 +33,7 @@ install: all notmuch.1.gz done ; install notmuch $(DESTDIR)$(prefix)/bin/ install -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/ - install notmuch-completion.bash \ + install contrib/notmuch-completion.bash \ $(DESTDIR)/etc/bash_completion.d/notmuch install-emacs: install emacs diff --git a/notmuch-completion.bash b/contrib/notmuch-completion.bash similarity index 100% rename from notmuch-completion.bash rename to contrib/notmuch-completion.bash -- 1.6.5.2.433.g23cdb