summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/devmanual/ChangeLog5
-rw-r--r--app-doc/devmanual/devmanual-9999.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-doc/devmanual/ChangeLog b/app-doc/devmanual/ChangeLog
index b4fb0138b321..f6724c746826 100644
--- a/app-doc/devmanual/ChangeLog
+++ b/app-doc/devmanual/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-doc/devmanual
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/devmanual/ChangeLog,v 1.1 2013/01/19 10:36:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/devmanual/ChangeLog,v 1.2 2013/01/21 20:02:24 hwoarang Exp $
+
+ 21 Jan 2013; Markos Chandras <hwoarang@gentoo.org> devmanual-9999.ebuild:
+ Fix installation patch for html docs
*devmanual-9999 (19 Jan 2013)
diff --git a/app-doc/devmanual/devmanual-9999.ebuild b/app-doc/devmanual/devmanual-9999.ebuild
index e97935ac7c72..4be29b19c3f4 100644
--- a/app-doc/devmanual/devmanual-9999.ebuild
+++ b/app-doc/devmanual/devmanual-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/devmanual/devmanual-9999.ebuild,v 1.1 2013/01/19 10:36:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/devmanual/devmanual-9999.ebuild,v 1.2 2013/01/21 20:02:24 hwoarang Exp $
EAPI=5
@@ -21,13 +21,13 @@ DEPEND="dev-libs/libxslt
media-gfx/imagemagick[truetype]"
src_install() {
- dohtml -r "${S}"
+ dohtml -r *
}
pkg_postinst() {
elog
elog "In order to browse the Gentoo Development Guide in"
elog "offline mode, point your browser to the following url:"
- elog "/usr/share/doc/devmanual-9999/html/devmanual-9999/index.html"
+ elog "/usr/share/doc/devmanual-9999/html/index.html"
elog
}