diff options
Diffstat (limited to 'app-doc/doxygen/doxygen-1.4.5.ebuild')
-rw-r--r-- | app-doc/doxygen/doxygen-1.4.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-doc/doxygen/doxygen-1.4.5.ebuild b/app-doc/doxygen/doxygen-1.4.5.ebuild index 44b934205d20..acec82e96661 100644 --- a/app-doc/doxygen/doxygen-1.4.5.ebuild +++ b/app-doc/doxygen/doxygen-1.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.5.ebuild,v 1.8 2006/06/24 01:44:20 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.5.ebuild,v 1.9 2006/07/09 22:56:19 nerdboy Exp $ inherit eutils toolchain-funcs qt3 @@ -98,11 +98,11 @@ src_install() { pkg_postinst() { - ewarn + einfo einfo "The USE flags qt3, doc, and tetex will enable doxywizard, or" einfo "the html and pdf documentation, respectively. For examples" einfo "and other goodies, see the source tarball. For some example" einfo "output, run doxygen on the doxygen source using the Doxyfile" einfo "provided in the top-level source dir." - ewarn + einfo } |