diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:03:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:03:34 +0000 |
commit | 10157518e660468b9a52179b0501233b87d186aa (patch) | |
tree | 237ed2258199d952fd282a918ecee1c5fe802db4 /app-doc/gimp-user-manual | |
parent | modernised (diff) | |
download | historical-10157518e660468b9a52179b0501233b87d186aa.tar.gz historical-10157518e660468b9a52179b0501233b87d186aa.tar.bz2 historical-10157518e660468b9a52179b0501233b87d186aa.zip |
modernised
Diffstat (limited to 'app-doc/gimp-user-manual')
-rw-r--r-- | app-doc/gimp-user-manual/gimp-user-manual-2.0.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-doc/gimp-user-manual/gimp-user-manual-2.0.ebuild b/app-doc/gimp-user-manual/gimp-user-manual-2.0.ebuild index cb22acb31d1f..3a69f6b66987 100644 --- a/app-doc/gimp-user-manual/gimp-user-manual-2.0.ebuild +++ b/app-doc/gimp-user-manual/gimp-user-manual-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-user-manual/gimp-user-manual-2.0.ebuild,v 1.6 2002/08/01 14:02:43 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-user-manual/gimp-user-manual-2.0.ebuild,v 1.7 2002/08/02 05:03:34 seemant Exp $ S=${WORKDIR} DESCRIPTION="A user manual for GIMP" @@ -14,13 +14,13 @@ LICENSE="OPL" KEYWORDS="x86 ppc sparc sparc64" src_compile() { - rm GUM/wwhsrch.js - touch GUM/wwhsrch.js + rm GUM/wwhsrch.js + touch GUM/wwhsrch.js } src_install () { - dohtml -r GUM - dohtml -r GUMC - dodoc README_NOW + dohtml -r GUM + dohtml -r GUMC + dodoc README_NOW } |