summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild')
-rw-r--r--app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild b/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild
index 18b90c01c888..9c72b15bd098 100644
--- a/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild
+++ b/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild,v 1.1 2008/09/06 00:56:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild,v 1.2 2008/11/28 20:03:58 pva Exp $
ESVN_REPO_URI="http://svn.openmoko.org/trunk/src/host/dfu-util/"
inherit subversion autotools
@@ -24,4 +24,5 @@ src_unpack() {
src_install() {
emake DESTDIR="${D}" install || die "Make install failed"
+ doman doc/dfu-util.1
}