On Fri, Sep 16, 2011 at 06:50:15PM +0100, Phil Holmes wrote:
----- Original Message ----- From: "Graham Percival"
<address@hidden>
>Does that have to go on the command-lien make-website.sh, or could
>that go inside website.make ? I mean, website.make already has a
>top-src-dir defined...?
The full make syntax (this is in CG6.2) is:
make -f ../lilypond-git/make/website.make WEBSITE_ONLY_BUILD=1 \
TOP_SRC_DIR=$HOME/lilypond-git/ \
PYTHONPATH=$HOME/lilypond-git/python \
TEXI2HTML_PROGRAM=texi2html \
website
So - I'm assuming make-website.sh has a command similar to the one
above (but without PYTHONPATH).
make-website.sh is given on that page. *That* is the full syntax
that we use to generate the website.