]> git.donarmstrong.com Git - lilypond.git/commit
Move website.make into make/. Update relevant documentation.
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 3 Apr 2010 11:01:59 +0000 (13:01 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 3 Apr 2010 11:01:59 +0000 (13:01 +0200)
commit8f88a5f91c5a8468d52921f37f4ea4a00ec29498
tree1757ed431747e0de8fc685df3af4ef2bf1f77c32
parent9e836c788ca801a60933c5da70fdce85d1daea7f
Move website.make into make/.  Update relevant documentation.

The new mantra for doing a local lilypond.org test is now

    #! /bin/sh

    cp -pv Documentation/lilypond-texi2html.init scripts/build
    cp -pv Documentation/web/server/*.htaccess scripts/build

    TEXI2HTML=$(type -p texi2html)
    LILYPOND=$HOME/vc/lilypond
    #from where to copy?
    #ONLINE_ROOT=$LILYPOND/out-www/online-root
    #DOC=$ONLINE_ROOT/Documentation
    DOC=$LILYPOND/Documentation

    make -f make/website.make website \
      EXAMPLES=$DOC/web/ly-examples/out-www \
      PICTURES=$DOC/pictures/out-www \
      WEBSITE_ONLY_BUILD=1 \
      TOP_SRC_DIR=$(pwd) \
      TRUSTED_DIR=$(pwd)/scripts/build \
      TEXI2HTML_PROGRAM=$TEXI2HTML
Documentation/contributor/website-work.itexi
GNUmakefile.in
make/website.make [new file with mode: 0644]
website.make [deleted file]