]> git.donarmstrong.com Git - lilypond.git/commit
Change Snippets compilation
authorJohn Mandereau <john.mandereau@gmail.com>
Fri, 29 Feb 2008 15:43:15 +0000 (16:43 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 29 Feb 2008 15:43:15 +0000 (16:43 +0100)
commit91708b30fba67f8fd589980e03ff420c26473a5a
tree3aaf820b328fb99ea7c7d391b3ed46a54a7e1f34
parente3be51aa65bc7573cc3b5c2e99499e8528dc2edf
Change Snippets compilation

- clean up input/lsr/GNUmakefile

- compile Snippets (input/lsr) in Info, rename 'snippets' to
'lilypond-snippets' to avoid possible name clash in /usr/share/info,

- move local-install-info target from Documentation/user/GNUmakefile
to texinfo-targets.make,

- lilypond-book: fix output_print_filename (use format argument
iso. global options format) and call this function properly for
Texinfo snippet formatting,

- add generic purpose @rlsr macro; immediate use is for linking to
snippets tags, but it could be used later to link to individual
snippets,

- www_post.py, add_html_footer.py: add ad-hoc code to make xrefs
to Snippets work.
12 files changed:
.gitignore
Documentation/index.html.in
Documentation/user/GNUmakefile
Documentation/user/macros.itexi
buildscripts/add_html_footer.py
buildscripts/lys-to-tely.py
buildscripts/www_post.py
input/lsr/GNUmakefile
input/lsr/lilypond-snippets.tely [new file with mode: 0644]
input/lsr/snippets.tely [deleted file]
scripts/lilypond-book.py
stepmake/stepmake/texinfo-targets.make