diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-28 12:36:04 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-28 12:36:04 +0000 |
commit | fc9b9e66b63e793a3614e308ebca0eddbda8754c (patch) | |
tree | 208d1d84b5eaff585a0e348338a1890f4e71889d /app-text/sgml2x | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-fc9b9e66b63e793a3614e308ebca0eddbda8754c.tar.gz gentoo-2-fc9b9e66b63e793a3614e308ebca0eddbda8754c.tar.bz2 gentoo-2-fc9b9e66b63e793a3614e308ebca0eddbda8754c.zip |
*** empty log message ***
Diffstat (limited to 'app-text/sgml2x')
-rw-r--r-- | app-text/sgml2x/sgml2x-0.11-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-text/sgml2x/sgml2x-0.11-r1.ebuild b/app-text/sgml2x/sgml2x-0.11-r1.ebuild index 23a1227e24dc..e9c906fb20c5 100644 --- a/app-text/sgml2x/sgml2x-0.11-r1.ebuild +++ b/app-text/sgml2x/sgml2x-0.11-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/sgml2x/sgml2x-0.11-r1.ebuild,v 1.6 2000/12/08 17:21:47 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml2x/sgml2x-0.11-r1.ebuild,v 1.7 2001/04/28 12:36:04 achim Exp $ P=sgml2x-0.11 A=${P}.tar.gz @@ -27,6 +27,10 @@ src_install() { dodir /usr/bin dodir /etc make PREFIX=${D}/usr prefix=${D}/usr sysconfdir=${D}/etc install + echo <<END > ${D}/sgml2x.conf +# Path to dsssl-stylesheets +stylepath=/usr/share/sgml/docbook/dsssl-stylesheets-1.64 +END dodoc README docinto html dodoc sgml2x.html doc/*.html doc/*.gif |