diff options
Diffstat (limited to 'app-emacs/psgml/psgml-1.2.5.ebuild')
-rw-r--r-- | app-emacs/psgml/psgml-1.2.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emacs/psgml/psgml-1.2.5.ebuild b/app-emacs/psgml/psgml-1.2.5.ebuild index d5fb8f4bb310..f4326acc9392 100644 --- a/app-emacs/psgml/psgml-1.2.5.ebuild +++ b/app-emacs/psgml/psgml-1.2.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.2.5.ebuild,v 1.2 2003/02/13 07:08:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.2.5.ebuild,v 1.3 2003/09/06 22:01:25 msterret Exp $ -inherit elisp +inherit elisp IUSE="" @@ -28,8 +28,8 @@ src_compile() { src_install() { elisp-install ${PN} *.el *.elc *.map elisp-site-file-install ${FILESDIR}/${SITEFILE} - dodoc ChangeLog INSTALL README.psgml psgml.ps - doinfo psgml-api.info psgml.info + dodoc ChangeLog INSTALL README.psgml psgml.ps + doinfo psgml-api.info psgml.info } pkg_postinst() { |