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 155E11388C1 for ; Tue, 1 Mar 2016 18:39:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DD7321C00C; Tue, 1 Mar 2016 18:39:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F09321C00C for ; Tue, 1 Mar 2016 18:39:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BFB1340ADB for ; Tue, 1 Mar 2016 18:39:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AEE61068 for ; Tue, 1 Mar 2016 18:39:28 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1456857511.0bc9edf390bcf01fe1818d7454d3370ae2f05b3c.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/stumpwm/stumpwm-0.9.9.ebuild X-VCS-Directories: x11-wm/stumpwm/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 0bc9edf390bcf01fe1818d7454d3370ae2f05b3c X-VCS-Branch: master Date: Tue, 1 Mar 2016 18:39:28 +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: 1ccb2517-e4df-4705-a629-43e3d699b10c X-Archives-Hash: 241d707100194f657e08ce2a04ac4d7c commit: 0bc9edf390bcf01fe1818d7454d3370ae2f05b3c Author: José María Alonso Josa gentoo org> AuthorDate: Tue Mar 1 18:38:31 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Tue Mar 1 18:38:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc9edf3 x11-wm/stumpwm: Fix generation of pdf document x11-wm/stumpwm/stumpwm-0.9.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild index 40426cd..65372f7 100644 --- a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild +++ b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild @@ -43,7 +43,7 @@ get_lisp() { do_doc() { local pdffile="${PN}.pdf" - texi2pdf -o "${pdffile}" "${PN}.texi.in" && dodoc "${pdffile}" || die + texi2pdf -o "${pdffile}" "${PN}.texi" && dodoc "${pdffile}" || die cp "${FILESDIR}/README.Gentoo" . && sed -i "s:@VERSION@:${PV}:" README.Gentoo || die dodoc AUTHORS NEWS README.md README.Gentoo doinfo "${PN}.info"