Han-Wen Nienhuys wrote:

> [EMAIL PROTECTED] writes:
> > Han-Wen Nienhuys wrote:
> >
> > > LilyPond 1.2.6 is now Officially Yodl Free (tm).  That means that you
> > > do not have to have the (obscure) YODL documentation system, but
> > > rather, you can use texinfo, which is ubiquitous.  Man pages are now
> > > generated by help2man, and contain a reformatted --help message.
> >
> > Make aborts on my Redhat linux:
> >
> > make[1]: *** No rule to make target `out/COPERTINA.hh', needed by `out/main.o'.\
> >   Stop.
> > make[1]: Leaving directory `/usr/local/src/lilypond-1.2.6/lily'
> > make: *** [all] Error 2
>
> Sorry for the inconvenience, change lily/GNUmakefile
>
>   $(outdir)/main.o: $(outdir)/BLURB.hh $(outdir)/COPERTINA.hh   
>$(outdir)/FLAPTEKST.hh
>
> to
>
>   $(outdir)/main.o: $(outdir)/BLURB.hh

New error:

make[2]: Entering directory `/usr/local/src/lilypond-1.2.6/Documentation/ntweb'
/bin/sh: YODL2MSLESS@: command not found
make[2]: *** [out/index.txt] Error 127
make[2]: Leaving directory `/usr/local/src/lilypond-1.2.6/Documentation/ntweb'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/src/lilypond-1.2.6/Documentation'
make: *** [all] Error 2

I 'fixed' it by removing the trailing  @ in 'YODL2MSLESS= @YODL2MSLESS@' in config.make
and stepmake/config.make.

I don't know anything about makefiles and therefore also don't know why I escaped the
error by doing so !

--
Christian Mondrup, Computer Programmer
Scandiatransplant, Skejby Hospital, University Hospital of Aarhus
Brendstrupgaardsvej, DK 8200 Aarhus N, Denmark
Phone: +45 89 49 53 01

Reply via email to