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: Tue, 01 Mar 2016 18:39:35
Message-Id: 1456857511.0bc9edf390bcf01fe1818d7454d3370ae2f05b3c.nimiux@gentoo
1 commit: 0bc9edf390bcf01fe1818d7454d3370ae2f05b3c
2 Author: José María Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 18:38:31 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 18:38:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc9edf3
7
8 x11-wm/stumpwm: Fix generation of pdf document
9
10 x11-wm/stumpwm/stumpwm-0.9.9.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild
14 index 40426cd..65372f7 100644
15 --- a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild
16 +++ b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild
17 @@ -43,7 +43,7 @@ get_lisp() {
18 do_doc() {
19 local pdffile="${PN}.pdf"
20
21 - texi2pdf -o "${pdffile}" "${PN}.texi.in" && dodoc "${pdffile}" || die
22 + texi2pdf -o "${pdffile}" "${PN}.texi" && dodoc "${pdffile}" || die
23 cp "${FILESDIR}/README.Gentoo" . && sed -i "s:@VERSION@:${PV}:" README.Gentoo || die
24 dodoc AUTHORS NEWS README.md README.Gentoo
25 doinfo "${PN}.info"