summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tindal <urilith@gentoo.org>2005-04-02 19:15:35 +0000
committerMichael Tindal <urilith@gentoo.org>2005-04-02 19:15:35 +0000
commit18686c427a553b37d208f35df117d5fc46763ff2 (patch)
tree87c007178a11407268c09ba2172e4fe38bfab8c9 /dev-dotnet/ndoc
parent1.23 x86 stable, 1.25 bump, 1.15 removed (diff)
downloadhistorical-18686c427a553b37d208f35df117d5fc46763ff2.tar.gz
historical-18686c427a553b37d208f35df117d5fc46763ff2.tar.bz2
historical-18686c427a553b37d208f35df117d5fc46763ff2.zip
Gah. Today is not the best day for me.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-dotnet/ndoc')
-rw-r--r--dev-dotnet/ndoc/Manifest2
-rw-r--r--dev-dotnet/ndoc/ndoc-1.3.1.ebuild6
2 files changed, 3 insertions, 5 deletions
diff --git a/dev-dotnet/ndoc/Manifest b/dev-dotnet/ndoc/Manifest
index eb251a8fe742..b07586866bb0 100644
--- a/dev-dotnet/ndoc/Manifest
+++ b/dev-dotnet/ndoc/Manifest
@@ -1,4 +1,4 @@
-MD5 43d7d1f0ca5ef1bd63851301c530a666 ndoc-1.3.1.ebuild 1352
+MD5 2bc2bae75c6e9658f48f8ad62b1bfa57 ndoc-1.3.1.ebuild 1343
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 dc79731cfd75..10f8ca1fdac8 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.3 2005/04/02 19:05:35 urilith Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndoc/ndoc-1.3.1.ebuild,v 1.4 2005/04/02 19:15:35 urilith Exp $
inherit mono
@@ -49,7 +49,5 @@ src_install() {
doins NDocConsole.exe
dobin ndoc
- if use doc; then
- dohtml -a gif,html,css,js ${S}/doc/sdk
- fi
+ use doc && dohtml -a gif,html,css,js -r ${S}/doc/sdk
}