summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-09-02 19:51:38 +0000
committerhubertf <hubertf@pkgsrc.org>2001-09-02 19:51:38 +0000
commitb1c9257e081db2f0b821bf071eb6c16173e3c29f (patch)
tree9c0ff693f7994d160cb2d7943ff40acb0f513bad /print
parentdcdf34611447d685daa0030403e2d192dfd95873 (diff)
downloadpkgsrc-b1c9257e081db2f0b821bf071eb6c16173e3c29f.tar.gz
Ignore warning about stone old LaTeX sources.
XXX I'll rather wait for new teTeX (whenever that's out) instead of touching the guts of teTeX.
Diffstat (limited to 'print')
-rw-r--r--print/hugelatex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/hugelatex/Makefile b/print/hugelatex/Makefile
index 7486bae63a1..96308646118 100644
--- a/print/hugelatex/Makefile
+++ b/print/hugelatex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 17:51:45 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/09/02 19:51:38 hubertf Exp $
#
DISTNAME= hugelatex-1.0
@@ -23,7 +23,7 @@ do-install:
${CP} -p ${TEXMF_CNF} ${TEXMF_CNF}-before-hugelatex
${CAT} ${FILESDIR}/texmf.cnf-add >>${TEXMF_CNF}
cd `dirname ${TEXMF_CNF}`; \
- ${PREFIX}/bin/latex -ini -fmt=hugelatex -progname=hugelatex latex.ini; \
+ echo "" | ${PREFIX}/bin/latex -ini -fmt=hugelatex -progname=hugelatex latex.ini || ${TRUE}; \
${RM} -f texsys.aux
${RM} -f ${PREFIX}/bin/hugelatex
${LN} -s latex ${PREFIX}/bin/hugelatex