Enclosed is a patch that adds the Windows NT distribution webpage
build and a additional link in topdocs.
pl 3.jbr2
- Documentation/topdocs/index.yo: Added link to NT dist page
- Documentation/ntweb/: Added Makefile and index.yo to build the
NT dist page
I'm kind of shooting in the dark with the WWW target because I am not
able to build the documentation on the NT platform. I have ps-to-gifs
up and running however there are several other issues
o Lilypond_vars.make:
export MFINPUTS:=$(topdir)/mf/:.:$(MFINPUTS)::
export TEXINPUTS:=$(topdir)/tex/:.:$(TEXINPUTS)::
The colons need to be semicolons on the NT platform
o yodl2html doesn't operate properly with embedded mudela on Windows
NT. I get some of:
diff: out/tutorial.yo.ly: No such file or directory
and alot of:
diff: out/gif-gen.tex: No such file or directory
yodl2html continues on and seems to create proper html/gif files
however it does bomb out with some sort of fork limit as if process
are being forked but not properly closed.
The heap has been split, CYGWIN can't fork this process.
Increase the heap_chunk_size in the registry and try again.
tutorial.yo: 982: child program execution
tutorial.yo: 982: command /bin/sh > /tmp/yodlpipe.1026 could not be started
Jeff
--
Jeffrey B. Reed
[EMAIL PROTECTED]
pl 3.jbr2