diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-02-14 22:26:23 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-02-14 22:26:23 +0000 |
commit | 6ea1258f3708c0378c227f159e06a102f9fd9299 (patch) | |
tree | 38df2731d5bca8b823cb4b2f8810ffc6e1a4259d /dev-util | |
parent | Version bump. gtkdoc-rebase moved to gtk-doc-am, refs bug #262491. (diff) | |
download | gentoo-2-6ea1258f3708c0378c227f159e06a102f9fd9299.tar.gz gentoo-2-6ea1258f3708c0378c227f159e06a102f9fd9299.tar.bz2 gentoo-2-6ea1258f3708c0378c227f159e06a102f9fd9299.zip |
Whitespace fix.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gtk-doc/gtk-doc-1.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gtk-doc/gtk-doc-1.13.ebuild b/dev-util/gtk-doc/gtk-doc-1.13.ebuild index 04a31ee71435..30735fe8a38b 100644 --- a/dev-util/gtk-doc/gtk-doc-1.13.ebuild +++ b/dev-util/gtk-doc/gtk-doc-1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc/gtk-doc-1.13.ebuild,v 1.1 2010/02/14 22:23:40 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc/gtk-doc-1.13.ebuild,v 1.2 2010/02/14 22:26:23 eva Exp $ EAPI="2" @@ -55,7 +55,7 @@ src_install() { # Don't install those files, they are in gtk-doc-am now rm "${D}"/usr/share/aclocal/gtk-doc.m4 || die "failed to remove gtk-doc.m4" rm "${D}"/usr/bin/gtkdoc-rebase || die "failed to remove gtkdoc-rebase" - + if use doc; then docinto doc dodoc doc/* |