[ << Compiling ] | [Top][Contents] | [ Documentation work >> ] |
[ < Generating documentation ] | [ Up : Generating documentation ] | [ Building documentation > ] |
Documentation editor’s edit/compile cycle
To work on a manual, do the following
- Build lilypond itself
make [-jX]
- Then build the specific manual to work on, and inspect:
## edit source files, then… make CPU_COUNT=X -C Documentation out=www out-www/LANGUAGE/MYMANUAL.pdf ## if you prefer checking HTML files make CPU_COUNT=X -C Documentation out=www out-www/LANGUAGE/MYMANUAL/index.html
- To remove compiled documentation from your system, use ‘make doc-clean’ in the toplevel build directory.