commit: 81e6d268f8ce93a7405ec5daf521fc100077090d
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 08:35:55 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 08:35:55 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=81e6d268
x11-wm/stumpwm: Fixes tex file extension
Gentoo-Bug: 624918
x11-wm/stumpwm/stumpwm-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/stumpwm/stumpwm-1.0.0.ebuild
b/x11-wm/stumpwm/stumpwm-1.0.0.ebuild
index db333dd7..ebb4b56c 100644
--- a/x11-wm/stumpwm/stumpwm-1.0.0.ebuild
+++ b/x11-wm/stumpwm/stumpwm-1.0.0.ebuild
@@ -43,7 +43,7 @@ get_lisp() {
install_docs() {
local pdffile="${PN}.pdf"
- texi2pdf -o "${pdffile}" "${PN}.texi" && dodoc "${pdffile}" || die
+ texi2pdf -o "${pdffile}" "${PN}.texi.in" && 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"