On Feb 25, 10:37, Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote:
> On Thursday, 25 February 1999, Adrian Mariano writes:
> > > > BTW, using lilypond 1.1.32 (with yodl 1.31.11), I get a lot of
> > > > problems if I say `make dvi' in the Documentation/tex directory...
> > >
> > > The examples in the manuals trigger some ugly bugs in LilyPond.
> > >
> >
> > I've got 1.1.27, but if I do 'make dvi' in that directory, I get:
> >
> > ../../make/stepmake.make:18: ../../config.make: No such file or directory
>
> config.make is generatedy by the configure process...
>
> > ../../make/stepmake.make:39: /stepmake/generic-vars.make: No such file or dir
>
> something went horribly wrong when configuring.
> remove lilypond/config.cache and reconfigure.
>
Oops. I accidentally used an unconfigured tree.
One might wonder why doing simply "make" in the Documentation/tex
directory causes
GNUmakefile:60: warning: overriding commands for target `local-WWW'
../../stepmake/stepmake/documentation-targets.make:23: warning: ignoring old commands
for target `local-WWW'
true
I would think it should do something more useful. Doing 'make' in the
Documentation directory doesn't do anything either.
I also notice that the dreaded '\usepackage{a4}' appears in
latex-overview.doc. If you put
\setlength{\topmargin}{-0.25in}
\setlength{\textheight}{9in}
\setlength{\textwidth}{5.875in}
\setlength{\oddsidemargin}{0.25in}
\setlength{\evensidemargin}{0.25in}
in there instead you'll get a similar effect that will work
everywhere.