diff options
author | Michael Tindal <urilith@gentoo.org> | 2005-04-02 19:05:35 +0000 |
---|---|---|
committer | Michael Tindal <urilith@gentoo.org> | 2005-04-02 19:05:35 +0000 |
commit | 669a1c93b76a2e1198bb47ad394c2f3a948a6fd5 (patch) | |
tree | 3171a7826e7cd5774b8ec42f836280367b6a850d /dev-dotnet/ndoc | |
parent | stabilizing 0.1.26 (diff) | |
download | gentoo-2-669a1c93b76a2e1198bb47ad394c2f3a948a6fd5.tar.gz gentoo-2-669a1c93b76a2e1198bb47ad394c2f3a948a6fd5.tar.bz2 gentoo-2-669a1c93b76a2e1198bb47ad394c2f3a948a6fd5.zip |
Adding docs...bad day today...bit on the slow side.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-dotnet/ndoc')
-rw-r--r-- | dev-dotnet/ndoc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-dotnet/ndoc/ndoc-1.3.1.ebuild | 8 |
2 files changed, 10 insertions, 3 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/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 } |