Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1366 - gentoo-syntax
Date: Fri, 28 Aug 2009 20:15:57
Message-Id: E1Mfvsc-0005kb-6Y@stork.gentoo.org
1 Author: fauli
2 Date: 2009-08-25 13:16:05 +0000 (Tue, 25 Aug 2009)
3 New Revision: 1366
4
5 Modified:
6 gentoo-syntax/ChangeLog
7 gentoo-syntax/Makefile
8 Log:
9 gentoo-syntax: Generate Info file and add it to generated tarball
10
11 Modified: gentoo-syntax/ChangeLog
12 ===================================================================
13 --- gentoo-syntax/ChangeLog 2009-08-25 13:11:46 UTC (rev 1365)
14 +++ gentoo-syntax/ChangeLog 2009-08-25 13:16:05 UTC (rev 1366)
15 @@ -1,3 +1,8 @@
16 +2009-08-25 Christian Faulhammer <fauli@g.o>
17 +
18 + * gentoo-syntax.texi: New file for coming manual
19 + * Makefile: Generate Info file and add it on tarball generation
20 +
21 2009-08-23 Ulrich Mueller <ulm@g.o>
22
23 * eselect-mode-keywords.el (eselect-mode-keywords-multilib):
24
25 Modified: gentoo-syntax/Makefile
26 ===================================================================
27 --- gentoo-syntax/Makefile 2009-08-25 13:11:46 UTC (rev 1365)
28 +++ gentoo-syntax/Makefile 2009-08-25 13:16:05 UTC (rev 1366)
29 @@ -6,14 +6,18 @@
30 gentoo-syntax.el)
31 P = $(PN)-$(PV)
32
33 +
34 DISTFILES = gentoo-syntax.el ebuild-mode-keywords.el \
35 - eselect-mode-keywords.el ChangeLog
36 + eselect-mode-keywords.el ChangeLog gentoo-syntax.info
37
38
39 .PHONY: all dist clean
40
41 all:
42
43 +gentoo-syntax.info: gentoo-syntax.texi
44 + makeinfo gentoo-syntax.texi
45 +
46 dist: $(DISTFILES)
47 tar -cjf $(P).tar.bz2 --transform='s%^%$(P)/%' $^
48 tar -tjvf $(P).tar.bz2