Don't ignore errors when building. This finally reveals what the build

problem really is: "File not found: quickref.mx1"
This commit is contained in:
dholland 2012-12-24 05:17:51 +00:00
parent b3059fb782
commit 630aef79d4

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2012/10/08 13:45:47 asau Exp $
# $NetBSD: Makefile,v 1.14 2012/12/24 05:17:51 dholland Exp $
#
DISTNAME= bagpipetex-3.01
@ -53,13 +53,12 @@ do-install:
${DESTDIR}${PREFIX}/share/texmf/tex/latex/bagpipetex
do-build:
cd ${WRKDIR} ; \
tex bagdoc ; \
dvips bagdoc.dvi -o bagdoc.ps ; \
musixtex quickref ; \
musixflx quickref ; \
musixtex quickref ; \
dvips quickref.dvi -o quickref.ps
cd ${WRKDIR} && tex bagdoc
cd ${WRKDIR} && dvips bagdoc.dvi -o bagdoc.ps
cd ${WRKDIR} && musixtex quickref
cd ${WRKDIR} && musixflx quickref
cd ${WRKDIR} && musixtex quickref
cd ${WRKDIR} && dvips quickref.dvi -o quickref.ps
.include "../../print/kpathsea/texmf.mk"
.include "../../mk/bsd.pkg.mk"