Comment #17 on issue 2629 by [email protected]: Patch: Get texidoc
translations out of snippets source files
http://code.google.com/p/lilypond/issues/detail?id=2629
The test suite I'm applying before submitting (and I suggest you to apply
in place of Patchy, as a "make; make doc; make test" is not enough in this
case) is (provided you have $LILYPOND_BUILD_DIR set to some lilybuild/
directory, and you have previously unpacked LSR snippets to the right
place):
cd $LILYPOND_BUILD_DIR/..
rm -rf lilybuild
mkdir lilybuild
cd lilybuild
$LILYPOND_GIT/configure
make &> make.log
cd $LILYPOND_GIT
scripts/auxiliar/makelsr.py ~/download/lsr-snippets-docs-`date +%F`
&>makelsr.log
cd $LILYPOND_BUILD_DIR
make clean
make &> make-2.log
make doc &> make-doc.log
make test &> make-test.log