]> git.donarmstrong.com Git - lilypond.git/commit
Update documentation targets
authorJohn Mandereau <john.mandereau@gmail.com>
Fri, 24 Apr 2009 00:17:47 +0000 (02:17 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Sun, 26 Apr 2009 22:49:04 +0000 (00:49 +0200)
commit5532801f30af2000fa4085e2e3853efe2f6b095b
treed0d496c6b76d671192ffc6aef4c2855dbd5be43b
parent7f8616eb07a69db59f9bf5612123fe4fb3bd52b1
Update documentation targets

- remove old target 'doc': text documentation is already generated
by 'make all'.

- user target name changes:
web -> doc
web-1 -> doc-stage-1
web-clean -> doc-clean
web-install -> install-doc
web-uninstall -> uninstall-doc
info-install -> install-info

- internal target names changes:
do-top-doc -> top-doc
localpo -> local-po

- protect private documentation targets with conditional testing
of out==www;

- automatically generate README.txt and INSTALL.txt even for a Git
checkout when autogen.sh and configure are successful.
22 files changed:
.gitignore
Documentation/GNUmakefile
Documentation/bibliography/GNUmakefile
Documentation/devel/GNUmakefile
Documentation/pictures/GNUmakefile
Documentation/topdocs/GNUmakefile
Documentation/user/GNUmakefile
Documentation/user/compile.itely
GNUmakefile.in
configure.in
input/lsr/GNUmakefile
input/regression/musicxml/GNUmakefile
make/doc-i18n-root-targets.make
make/doc-i18n-topdocs-targets.make
make/doc-i18n-user-targets.make
make/lysdoc-targets.make
make/mutopia-targets.make
stepmake/stepmake/generic-targets.make
stepmake/stepmake/po-targets.make
stepmake/stepmake/texinfo-targets.make
stepmake/stepmake/topdocs-targets.make
stepmake/stepmake/toplevel-targets.make