From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2A5411389E2 for ; Fri, 19 Dec 2014 07:28:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A96ECE0CCE; Fri, 19 Dec 2014 07:28:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C92F3E0CC9 for ; Fri, 19 Dec 2014 07:28:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BD5A340676 for ; Fri, 19 Dec 2014 07:28:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A678ACD46 for ; Fri, 19 Dec 2014 07:28:53 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1418973445.4960049828e80af4326158ae1e4df8e6498b9da1.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:eselect-emacs commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog Makefile etags.eselect.5 X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4960049828e80af4326158ae1e4df8e6498b9da1 X-VCS-Branch: eselect-emacs Date: Fri, 19 Dec 2014 07:28:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: df3fa036-6589-4bdd-b9e2-c105d10193a7 X-Archives-Hash: 7ab98083750ce4913a377a41d8973401 commit: 4960049828e80af4326158ae1e4df8e6498b9da1 Author: Ulrich Müller gentoo org> AuthorDate: Fri Dec 19 07:17:25 2014 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Dec 19 07:17:25 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=49600498 New etags.eselect.5 file. * etags.eselect.5: New file, includes ctags.eselect man page via "so" request. * Makefile (DISTFILES): Add etags.eselect.5. (etags.eselect.5): Remove make target. --- ChangeLog | 5 +++++ Makefile | 5 +---- etags.eselect.5 | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 135fca4..9c96e6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2014-12-19 Ulrich Müller + * etags.eselect.5: New file, includes ctags.eselect man page via + "so" request. + * Makefile (DISTFILES): Add etags.eselect.5. + (etags.eselect.5): Remove make target. + * ctags.eselect (find_targets, do_update): Have a special case for etags only in the update action. Otherwise, display all targets for it, even if no Emacs variant is installed. diff --git a/Makefile b/Makefile index e59e7cd..8017391 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ MODULES = emacs.eselect ctags.eselect etags.eselect gnuclient.eselect MANPAGES = emacs.eselect.5 ctags.eselect.5 etags.eselect.5 gnuclient.eselect.5 DISTFILES = emacs.eselect ctags.eselect gnuclient.eselect \ - emacs.eselect.5 ctags.eselect.5 gnuclient.eselect.5 \ + emacs.eselect.5 ctags.eselect.5 etags.eselect.5 gnuclient.eselect.5 \ ChangeLog Makefile .PHONY: all dist clean @@ -20,9 +20,6 @@ all: $(MODULES) $(MANPAGES) etags.eselect: ctags.eselect sed -e "/^CTAGS=/s/ctags/etags/" $< >$@ -etags.eselect.5: ctags.eselect.5 - cp $< $@ - dist: $(DISTFILES) tar -cJf $(P).tar.xz --transform='s%^%$(P)/%' $^ tar -tJvf $(P).tar.xz diff --git a/etags.eselect.5 b/etags.eselect.5 new file mode 100644 index 0000000..826c281 --- /dev/null +++ b/etags.eselect.5 @@ -0,0 +1 @@ +.so man5/ctags.eselect.5