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 | 233650983fb9d06a70ff030389fe0b152ce7ecb7 (patch) | |
tree | c9a6f1f9fb6d53397568982b7ae995291a5ea24f /app-text/sgml2x | |
parent | *** empty log message *** (diff) | |
download | historical-233650983fb9d06a70ff030389fe0b152ce7ecb7.tar.gz historical-233650983fb9d06a70ff030389fe0b152ce7ecb7.tar.bz2 historical-233650983fb9d06a70ff030389fe0b152ce7ecb7.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 |