]> git.donarmstrong.com Git - lilypond.git/commit
Rewrite documentation build postprocess
authorJohn Mandereau <john.mandereau@gmail.com>
Sat, 23 Dec 2006 21:42:56 +0000 (22:42 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sun, 24 Dec 2006 10:06:37 +0000 (11:06 +0100)
commit93d046c0e72b2d48c36472c6fc3dbaafd336eaa8
tree087be1ad1c402be3150cbc561309536f043cec53
parentbe0dc35ead0e360a7a92bc93d2eb5de2448bc4dd
Rewrite documentation build postprocess

  - move most of GNUmakefile.in(local-WWW-post) to
buildscripts/www_post.py, with a new module buildscripts/mirrortree.py
  - clean up stepmake/add-html-footer.py and move it to
buildscripts/add_html_footer.py
  - buildscripts/langdefs.py: new module containing language
definitions
  - GNUmakefile.in(install-WWW): use `rsync -rl' instead of `cp -a'.
GNUmakefile.in
buildscripts/add_html_footer.py [new file with mode: 0644]
buildscripts/langdefs.py [new file with mode: 0644]
buildscripts/mirrortree.py [new file with mode: 0644]
buildscripts/www_post.py [new file with mode: 0644]
stepmake/bin/add-html-footer.py [deleted file]