]> 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)
committerJohn Mandereau <john.mandereau@gmail.com>
Sat, 23 Dec 2006 21:42:56 +0000 (22:42 +0100)
commit38e69a6f7d94add4cd3448cf4724fbb23523c441
tree75d30f15bdbca65997e6fa4f3572fcb6ae6cc646
parent98f321ae9e73f645027438c8f68cdb60a3210db2
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]