Gentoo Archives: gentoo-commits

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