summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/haddock/haddock-0.6.ebuild')
-rw-r--r--dev-haskell/haddock/haddock-0.6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/haddock/haddock-0.6.ebuild b/dev-haskell/haddock/haddock-0.6.ebuild
index 3d8c4870130b..396241302c12 100644
--- a/dev-haskell/haddock/haddock-0.6.ebuild
+++ b/dev-haskell/haddock/haddock-0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-0.6.ebuild,v 1.4 2004/05/17 15:42:51 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-0.6.ebuild,v 1.5 2004/06/02 21:48:13 agriffis Exp $
#
# USE variable summary:
# doc - Build extra documenation from DocBook sources,
@@ -65,11 +65,11 @@ src_install() {
cd ${S}/haddock
dodoc CHANGES LICENSE README TODO
- if [ "`use doc`" ]; then
+ if use doc; then
cd ${S}/haddock/doc
dohtml -r haddock/* || die
dosym haddock.html /usr/share/doc/${PF}/html/index.html
- if [ "`use tetex`" ]; then
+ if use tetex; then
docinto ps
dodoc haddock.ps || die
fi