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 393B7138010 for ; Sat, 22 Sep 2012 21:26:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1537021C028; Sat, 22 Sep 2012 21:26:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DAF5E21C027 for ; Sat, 22 Sep 2012 21:26:22 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4910B33D149 for ; Sat, 22 Sep 2012 21:26:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 052F1E5445 for ; Sat, 22 Sep 2012 21:26:21 +0000 (UTC) From: "Ulrich Mueller" 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 Mueller" Message-ID: <1348348180.d0ec16518d591dca59659c3150bede5a7f8f84d9.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:gentoo-syntax commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog Makefile X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: d0ec16518d591dca59659c3150bede5a7f8f84d9 X-VCS-Branch: gentoo-syntax Date: Sat, 22 Sep 2012 21:26:21 +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: 06dd8450-08b3-47d3-9947-4109231e86e9 X-Archives-Hash: 8c466bbf64e6ae942b46695118e1c62d commit: d0ec16518d591dca59659c3150bede5a7f8f84d9 Author: Ulrich Müller gentoo org> AuthorDate: Sat Sep 22 21:09:40 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sat Sep 22 21:09:40 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=d0ec1651 Include keyword-generation.sh in distribution. * Makefile (DISTFILES): Include keyword-generation.sh. --- ChangeLog | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 77b6fc5..14ac7bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-09-22 Ulrich Müller + * Makefile (DISTFILES): Include keyword-generation.sh. + * gentoo-syntax.el (ebuild-mode-font-lock-keywords): Addition of keywords in the previous change had caused this variable to exceed the 32 kbyte size limit for regular expressions. Unfortunately, diff --git a/Makefile b/Makefile index 0d4cf43..402bec3 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ PV = $(shell sed '/^;.*[Vv]ersion/!d;s/[^0-9.]*\([^ \t]*\).*/\1/;q' \ P = $(PN)-$(PV) DISTFILES = gentoo-syntax.el ebuild-mode-keywords.el eselect-mode-keywords.el \ - gentoo-syntax.texi ChangeLog + gentoo-syntax.texi keyword-generation.sh ChangeLog .PHONY: all dist clean