diff options
author | 2004-02-18 19:31:25 +0000 | |
---|---|---|
committer | 2004-02-18 19:31:25 +0000 | |
commit | 754460696af47588d635d71128ed4abf3513ef2e (patch) | |
tree | a5bc4042ac51561b11c34567b166fa8ca88c30a6 /dev-util | |
parent | Pulling vulnerable versions. (Manifest recommit) (diff) | |
download | gentoo-2-754460696af47588d635d71128ed4abf3513ef2e.tar.gz gentoo-2-754460696af47588d635d71128ed4abf3513ef2e.tar.bz2 gentoo-2-754460696af47588d635d71128ed4abf3513ef2e.zip |
tweaked ebuild to install correct documentation
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/tla/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/tla/Manifest | 4 | ||||
-rw-r--r-- | dev-util/tla/tla-1.2_pre2.ebuild | 8 |
3 files changed, 11 insertions, 6 deletions
diff --git a/dev-util/tla/ChangeLog b/dev-util/tla/ChangeLog index 7308cbf06272..298348c766fe 100644 --- a/dev-util/tla/ChangeLog +++ b/dev-util/tla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/tla # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/tla/ChangeLog,v 1.6 2004/02/18 01:54:26 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/tla/ChangeLog,v 1.7 2004/02/18 19:31:17 rphillips Exp $ + + 18 Feb 2004; Ryan Phillips <rphillips@gentoo.org> tla-1.2_pre2.ebuild: + tweaked ebuild to install the right documentation *tla-1.2_pre2 (17 Feb 2004) diff --git a/dev-util/tla/Manifest b/dev-util/tla/Manifest index 6c846ebbce36..f8e427c3c1a2 100644 --- a/dev-util/tla/Manifest +++ b/dev-util/tla/Manifest @@ -1,6 +1,6 @@ MD5 b66406be8d578da0eaccc851890de68e tla-1.0.6.ebuild 681 -MD5 650f56a5f3c41cfdf9f0df48149cd6ee ChangeLog 987 -MD5 cc5094b0b12db335891dd2ebd76224ab tla-1.2_pre2.ebuild 1159 +MD5 331bd7a1f67c973d458af5675188569a ChangeLog 1113 +MD5 d39db3cffb2f1be46d6a5bc2bcbe455a tla-1.2_pre2.ebuild 1195 MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225 MD5 5edfbc061a48f72814f0e1c074b3b643 tla-1.1.ebuild 1147 MD5 6301db02ae76fb7f3c7f8541d143498c files/digest-tla-1.2_pre2 64 diff --git a/dev-util/tla/tla-1.2_pre2.ebuild b/dev-util/tla/tla-1.2_pre2.ebuild index 42e875d37217..97708246b7cb 100644 --- a/dev-util/tla/tla-1.2_pre2.ebuild +++ b/dev-util/tla/tla-1.2_pre2.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-util/tla/tla-1.2_pre2.ebuild,v 1.1 2004/02/18 01:54:26 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/tla/tla-1.2_pre2.ebuild,v 1.2 2004/02/18 19:31:17 rphillips Exp $ MY_P="${P/_/}" @@ -43,6 +43,8 @@ src_install () { dodoc COPYING cd docs-tla dodoc =README - cd html - dohtml -r . + docinto ps + dodoc ps/*.ps + docinto html + dohtml -r html/ } |