summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Turk <satai@gentoo.org>2002-11-05 03:58:33 +0000
committerMatthew Turk <satai@gentoo.org>2002-11-05 03:58:33 +0000
commite239d5475c5f0535614509ae8085161ac3cf5e92 (patch)
tree511fda7190c01d669cd137bbf8ac28835c83fc4c /eclass/latex-package.eclass
parentNew version of gtk+. removed the directfb stuff and here we go again (diff)
downloadhistorical-e239d5475c5f0535614509ae8085161ac3cf5e92.tar.gz
historical-e239d5475c5f0535614509ae8085161ac3cf5e92.tar.bz2
historical-e239d5475c5f0535614509ae8085161ac3cf5e92.zip
Fixed some minor woes that cropped up during a new package addition...
Diffstat (limited to 'eclass/latex-package.eclass')
-rw-r--r--eclass/latex-package.eclass16
1 files changed, 8 insertions, 8 deletions
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass
index 18963b2eef20..3cabc6aeee72 100644
--- a/eclass/latex-package.eclass
+++ b/eclass/latex-package.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author Matthew Turk <satai@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.10 2002/10/25 19:57:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.11 2002/11/05 03:58:33 satai Exp $
#
# This eClass is designed to be easy to use and implement. The vast majority of
# LaTeX packages will only need to define SRC_URI (and sometimes S) for a
@@ -85,13 +85,13 @@ latex-package_src_doinstall() {
#dodoc -u $i
done
;;
- "tex" | "dtx")
- for i in `find . -maxdepth 1 -type f -name "*.${1}"`
- do
- echo "Making documentation: $i"
- texi2dvi -q -c --language=latex $i
- done
- ;;
+ "tex" | "dtx")
+ for i in `find . -maxdepth 1 -type f -name "*.${1}"`
+ do
+ echo "Making documentation: $i"
+ texi2dvi -q -c --language=latex $i &> /dev/null
+ done
+ ;;
"tfm" | "vf" | "afm" | "pfb")
for i in `find . -maxdepth 1 -type f -name "*.${1}"`
do