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
commit469624d9d4813c1ea17ab036c9f7d965f4314ff8 (patch)
tree6b3fd48a4222902c498070298cf7947519ef20d0 /dev-dotnet/ndoc
parent1.23 x86 stable, 1.25 bump, 1.15 removed (diff)
downloadgentoo-2-469624d9d4813c1ea17ab036c9f7d965f4314ff8.tar.gz
gentoo-2-469624d9d4813c1ea17ab036c9f7d965f4314ff8.tar.bz2
gentoo-2-469624d9d4813c1ea17ab036c9f7d965f4314ff8.zip
Gah. Today is not the best day for me.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-dotnet/ndoc')
-rw-r--r--dev-dotnet/ndoc/ndoc-1.3.1.ebuild6
1 files changed, 2 insertions, 4 deletions
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
}