summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tindal <urilith@gentoo.org>2005-04-02 19:05:35 +0000
committerMichael Tindal <urilith@gentoo.org>2005-04-02 19:05:35 +0000
commitb0d9bad3cf84581124c100ffdacb50e21a4fc465 (patch)
treefa92b22ae3900ec5d2a22c4c298039cb3f65df79 /dev-dotnet/ndoc
parentstabilizing 0.1.26 (diff)
downloadhistorical-b0d9bad3cf84581124c100ffdacb50e21a4fc465.tar.gz
historical-b0d9bad3cf84581124c100ffdacb50e21a4fc465.tar.bz2
historical-b0d9bad3cf84581124c100ffdacb50e21a4fc465.zip
Adding docs...bad day today...bit on the slow side.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-dotnet/ndoc')
-rw-r--r--dev-dotnet/ndoc/ChangeLog5
-rw-r--r--dev-dotnet/ndoc/Manifest4
-rw-r--r--dev-dotnet/ndoc/ndoc-1.3.1.ebuild8
3 files changed, 12 insertions, 5 deletions
diff --git a/dev-dotnet/ndoc/ChangeLog b/dev-dotnet/ndoc/ChangeLog
index 249b8bc46c9f..d95a0c561351 100644
--- a/dev-dotnet/ndoc/ChangeLog
+++ b/dev-dotnet/ndoc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-dotnet/ndoc
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndoc/ChangeLog,v 1.2 2005/04/02 18:47:30 urilith Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndoc/ChangeLog,v 1.3 2005/04/02 19:05:35 urilith Exp $
+
+ 02 Apr 2005; <urilith@gentoo.org> ndoc-1.3.1.ebuild:
+ Adding docs I forgot.
02 Apr 2005; <urilith@gentoo.org> ndoc-1.3.1.ebuild:
Fix a silly mistake I made.
diff --git a/dev-dotnet/ndoc/Manifest b/dev-dotnet/ndoc/Manifest
index 534df56e5515..eb251a8fe742 100644
--- a/dev-dotnet/ndoc/Manifest
+++ b/dev-dotnet/ndoc/Manifest
@@ -1,4 +1,4 @@
-MD5 52f5e592b8f987baaf4a7149d3d79cb4 ndoc-1.3.1.ebuild 1284
-MD5 dbb0fd253c6f86a6dada0671c3bfd923 ChangeLog 412
+MD5 43d7d1f0ca5ef1bd63851301c530a666 ndoc-1.3.1.ebuild 1352
+MD5 dddb00fc536ba5211cc765722ae7ff0c ChangeLog 492
MD5 443435c45ff66780ef8a6d478be74f1c metadata.xml 256
MD5 366ef05b58498d63fc6125c49e269c24 files/digest-ndoc-1.3.1 67
diff --git a/dev-dotnet/ndoc/ndoc-1.3.1.ebuild b/dev-dotnet/ndoc/ndoc-1.3.1.ebuild
index d9e1923508d1..dc79731cfd75 100644
--- a/dev-dotnet/ndoc/ndoc-1.3.1.ebuild
+++ b/dev-dotnet/ndoc/ndoc-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndoc/ndoc-1.3.1.ebuild,v 1.2 2005/04/02 18:47:30 urilith Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndoc/ndoc-1.3.1.ebuild,v 1.3 2005/04/02 19:05:35 urilith Exp $
inherit mono
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-IUSE="debug"
+IUSE="debug doc"
DEPEND=">=dev-lang/mono-1.0
>=dev-dotnet/nant-0.85_rc2"
RDEPEND=">=dev-lang/mono-1.0"
@@ -48,4 +48,8 @@ src_install() {
insinto /usr/share/ndoc/
doins NDocConsole.exe
dobin ndoc
+
+ if use doc; then
+ dohtml -a gif,html,css,js ${S}/doc/sdk
+ fi
}