Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm/
Date: Mon, 17 Jul 2017 08:58:38
Message-Id: 1500281885.bfdeb3c7eee87cc8b6230557681c1e96d31ea467.nimiux@gentoo
1 commit: bfdeb3c7eee87cc8b6230557681c1e96d31ea467
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 17 08:58:05 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 17 08:58:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfdeb3c7
7
8 x11-wm/stumpwm: Fixes tex file extension
9
10 Gentoo-Bug: 624918
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 x11-wm/stumpwm/stumpwm-1.0.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-wm/stumpwm/stumpwm-1.0.0.ebuild b/x11-wm/stumpwm/stumpwm-1.0.0.ebuild
18 index db333dd7696..ebb4b56c571 100644
19 --- a/x11-wm/stumpwm/stumpwm-1.0.0.ebuild
20 +++ b/x11-wm/stumpwm/stumpwm-1.0.0.ebuild
21 @@ -43,7 +43,7 @@ get_lisp() {
22 install_docs() {
23 local pdffile="${PN}.pdf"
24
25 - texi2pdf -o "${pdffile}" "${PN}.texi" && dodoc "${pdffile}" || die
26 + texi2pdf -o "${pdffile}" "${PN}.texi.in" && dodoc "${pdffile}" || die
27 cp "${FILESDIR}/README.Gentoo" . && sed -i "s:@VERSION@:${PV}:" README.Gentoo || die
28 dodoc AUTHORS NEWS README.md README.Gentoo
29 doinfo "${PN}.info"