]> 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)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 17 Jul 2009 09:17:49 +0000 (02:17 -0700)
commit456d20f8f4a581e3ac77b0e1d912b90f682af08e
treec24ef5fc9a4c9c39110003cf1587ea54262ffd89
parent522b3fbf42ff4904c3405cd198ca70e61e00ad11
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.
(cherry picked from commit 55c49859e8b5125438e0503c681d565d2944a01f)
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