On 26 Jan 2011, at 21:02, Andy Wingo wrote:
After first making (& installing) Guile from GIT,
make pdf
make clean
make pdf
failed. It seems 'clean' also removes a file 'standard-library.texi',
which is needed for 'make pdf'. It is in the guile-1.9.14
distribution,
so it is not a file generated by 'make'.
It is actually generated by make. Run "make" between "make clean" and
"make pdf", and things will work.
I realize it's not that great of a solution, but that's the situation
for now.
In view of the radical changes from 1.8 to 1.9, I decided to not
install the pdf immediately, keeping the docs from 1.8. Then I made
'make clean' only to discover that the docs I was reading did not
exits anymore. And then they could not be remade.
I recall I copied the missing file from latest 1.9 package. So in
those, they are not at least expected to be generated by 'make'.
But I now only have the docs from the 1.9 GIT version.