diff options
author | Matthew Turk <satai@gentoo.org> | 2002-11-05 04:15:03 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2002-11-05 04:15:03 +0000 |
commit | 7fdd859b06e6f94467cc52ee86d3f0a6e47b6b48 (patch) | |
tree | 1fc809266a275579eb7640b0c9bd5c8093fc3ecb /app-text | |
parent | Initial import. Very nice calendar package... (diff) | |
download | gentoo-2-7fdd859b06e6f94467cc52ee86d3f0a6e47b6b48.tar.gz gentoo-2-7fdd859b06e6f94467cc52ee86d3f0a6e47b6b48.tar.bz2 gentoo-2-7fdd859b06e6f94467cc52ee86d3f0a6e47b6b48.zip |
Typo.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/latex-calendar/latex-calendar-3.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/latex-calendar/latex-calendar-3.1.ebuild b/app-text/latex-calendar/latex-calendar-3.1.ebuild index c4870331fdd6..e658d49f2cac 100644 --- a/app-text/latex-calendar/latex-calendar-3.1.ebuild +++ b/app-text/latex-calendar/latex-calendar-3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/latex-calendar/latex-calendar-3.1.ebuild,v 1.1 2002/11/05 04:02:38 satai Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/latex-calendar/latex-calendar-3.1.ebuild,v 1.2 2002/11/05 04:15:03 satai Exp $ inherit latex-package @@ -23,7 +23,8 @@ src_compile() { src_install() { cd ${S} - latex-package_src_doinstall styles fonts bin + texi2dvi -q -c --language=latex calguide.tex &> /dev/null + latex-package_src_doinstall styles fonts bin dvi dodoc README MANIFEST CATALOG insinto /usr/share/doc/${P}/samples doins bigdemo.tgz *.cfg *.tex *.cld |