Subject: Re: typesetting music with TeX
To: Martin J. Laubach <mjl@netbsd.org>
From: Dave <dgriffi@cs.csubak.edu>
List: tech-pkg
Date: 01/17/2003 12:43:07
On Fri, 17 Jan 2003, Martin J. Laubach wrote:

> | > pre-build:
> | >         @echo "building musixflx..."
> | >         @echo "SHELL=/bin/sh" > ${WRKSRC}/Makefile
> | >         @echo "all:" >> ${WRKSRC}/Makefile
> | >         @echo " ${CC} -o musixflx systems/c-source/musixflx.c" >> \
> | > 		${WRKSRC}/Makefile
> |  
> |  To create a file from scratch, you could either put it in
> |  ${FILESDIR}=${.CURDIR}/files and copy it in, or else compose a patch
> |  against "/dev/null".
> 
>   In this case I'd do
> 
> do-build:
> 	cd ${WRKSRC}; ${CC} -o musixflx systems/c-source/musixflx.c
> 
>   and be done with it. No need to generate Makefiles for just one
> file.

I did that at first but got a "make: cannot open Makefile." complaint.

So far, the package seems to work okay now, but the example .tex files
look really ugly when run through musixtex.


-- 
David Griffith
dgriffi@cs.csubak.edu