"Federico Bruni" <address@hidden> wrote in message
news:address@hidden
Il giorno lun 13 mar 2017 alle 14:52, Phil Holmes
<address@hidden> ha scritto:
I've sent this to -devel a few hours ago, but it's not appeared
there - I frequently get problems getting mail started there.
It's not something we test with patchy, so not impossible - make
website is
now failing so the new release is not showing on the home page.
make: *** No rule to make target
'/home/graham/lilypond/lilypond-git//Documentation/web/news-front.itexi',
needed by 'out-website/web.xref-map'. Stop.
Not sure I understand this - I think news-front has been deleted?
Perhaps a
remnant pointer to it in another file?
I could reproduce your issue. Then I deleted the out-website dir and
re-run 'make website'.
And the build completed successfully.
Thanks for your help.
I renamed out-website and then ran this command:
make -f website.make WEBSITE_ONLY_BUILD=1 website
After a period of processing, I got this error:
BSTINPUTS=/home/graham/lilypond/lilypond-git//Documentation/web \
python /home/graham/lilypond/trusted-scripts/bib2texi.py -s web \
-s /home/graham/lilypond/lilypond-git//Documentation/lily-bib \
-o out-website/others-did.itexi \
-q \
/home/graham/lilypond/lilypond-git//Documentation/web/others-did.bib
sh: bibtex: command not found
Bibtex exited with nonzero exit status!website.make:225: recipe for
target 'out-website/others-did.itexi' failed
make: *** [out-website/others-did.itexi] Error 1
I'm now assuming there's something on the server that's needed but
not there but a full build has only been done so long ago that it's
not been needed for a long time. Does that sound possible? Further
suggestions?