summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Wojtaszek <sekretarz@gentoo.org>2005-08-02 19:31:15 +0000
committerKarol Wojtaszek <sekretarz@gentoo.org>2005-08-02 19:31:15 +0000
commit00d118aa15c2273be08543a52fa1b3271731b37d (patch)
tree00782223a9cc9631907f03a4f8eeb55187d2341b /media-gfx/graphviz/graphviz-1.16.ebuild
parentMarking ~ppc-macos (diff)
downloadgentoo-2-00d118aa15c2273be08543a52fa1b3271731b37d.tar.gz
gentoo-2-00d118aa15c2273be08543a52fa1b3271731b37d.tar.bz2
gentoo-2-00d118aa15c2273be08543a52fa1b3271731b37d.zip
pdf files doesn't need to be gziped, bug #97095
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-gfx/graphviz/graphviz-1.16.ebuild')
-rw-r--r--media-gfx/graphviz/graphviz-1.16.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-gfx/graphviz/graphviz-1.16.ebuild b/media-gfx/graphviz/graphviz-1.16.ebuild
index 953856cb27c2..7e2add18e85a 100644
--- a/media-gfx/graphviz/graphviz-1.16.ebuild
+++ b/media-gfx/graphviz/graphviz-1.16.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/media-gfx/graphviz/graphviz-1.16.ebuild,v 1.14 2005/08/01 21:51:05 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.16.ebuild,v 1.15 2005/08/02 19:31:15 sekretarz Exp $
inherit gnuconfig eutils flag-o-matic
@@ -65,6 +65,9 @@ src_install() {
dodoc AUTHORS ChangeLog FAQ.txt INSTALL* MINTERMS.txt \
NEWS README*
+ insinto /usr/share/doc/${PF}/
+ doins doc/*.pdf
+
dohtml -r .
dodoc doc/*.pdf doc/Dot.ref
}