diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-05-05 22:09:52 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-05-05 22:09:52 +0000 |
commit | 1ce35ce5526a550a369c8c5f905b45bbf525848c (patch) | |
tree | 67d2a894e195431dc8f99213826b9193d1c9cd8f /x11-wm/sawfish | |
parent | and changelog fix (diff) | |
download | gentoo-2-1ce35ce5526a550a369c8c5f905b45bbf525848c.tar.gz gentoo-2-1ce35ce5526a550a369c8c5f905b45bbf525848c.tar.bz2 gentoo-2-1ce35ce5526a550a369c8c5f905b45bbf525848c.zip |
add a missing doc
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r-- | x11-wm/sawfish/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/sawfish/sawfish-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/sawfish/ChangeLog b/x11-wm/sawfish/ChangeLog index 31e91fc2a9bd..c6e4d49fc902 100644 --- a/x11-wm/sawfish/ChangeLog +++ b/x11-wm/sawfish/ChangeLog @@ -1,12 +1,15 @@ # ChangeLog for x11-wm/sawfish # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.28 2003/04/01 21:11:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.29 2003/05/05 22:09:52 foser Exp $ 01 Apr 2003; Daniel Robbins <drobbins@gentoo.org> sawfish-1.3.ebuild: compile fix for gcc 2.95, closing bug #18294. Unmasking for x86. *sawfish-1.3 (25 Mar 2003) + 06 Mat 2003; foser <foser@gentoo.org> sawfish-1.3.ebuild : + Include OPTIONS doc (#15405) + 25 Mar 2003; Daniel Robbins <drobbins@gentoo.org> sawfish-1.3.ebuild: New upstream release. diff --git a/x11-wm/sawfish/sawfish-1.3.ebuild b/x11-wm/sawfish/sawfish-1.3.ebuild index 98ada698ad03..9e2605e26a3f 100644 --- a/x11-wm/sawfish/sawfish-1.3.ebuild +++ b/x11-wm/sawfish/sawfish-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.ebuild,v 1.2 2003/04/01 21:11:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.ebuild,v 1.3 2003/05/05 22:09:52 foser Exp $ inherit base eutils @@ -68,7 +68,7 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS BUGS COPYING ChangeLog DOC FAQ NEWS README THANKS TODO + dodoc AUTHORS BUGS COPYING ChangeLog DOC FAQ NEWS README THANKS TODO OPTIONS # Add to Gnome CC's Window Manager list insinto /usr/share/gnome/wm-properties |