Hello,
I have a little literate programming problem.
I have configured everything needed to do
literate programming in lyx.The \build-command
is set to:
\build-command "project-build.sh"
the project-build.sh is as described in the lyx documentation.
the noweave and notangle binaries belong to the PATH.
project-build.sh has been correctly chmod.
My problem is the following:
I can visualize the document under ghostview without problem
(noweave works under lyx) but the build program command does not
work. If I go to the /tmp/lyx.../lyx.../ temporary directory
and run project-build.sh on the .nw file in the directory,
all the source file from the .nw file and built correctly.
So, why is the build program not working correctly ?
Yann Collette