Mercurial > mplayer.hg
changeset 29964:5513e1981e0e
- Remove now unnecessary dependency on intermediate directories.
- Update README.maintainers to reflect that the monolithic documentation
is no longer built in a separate dir (accidentally committed part that
belongs to the next committed revision).
author | diego |
---|---|
date | Sun, 13 Dec 2009 22:43:37 +0000 |
parents | 550b899f9b7a |
children | 1bff8cc9ca6b |
files | DOCS/xml/Makefile DOCS/xml/README.maintainers |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/Makefile Sun Dec 13 22:25:08 2009 +0000 +++ b/DOCS/xml/Makefile Sun Dec 13 22:43:37 2009 +0000 @@ -26,8 +26,8 @@ @echo "Substitute LANG for one of $(DOC_LANG_ALL)" html-chunked html-single: xsltproc.sh xmllint.sh -html-chunked: $(HTML_CHUNKED) $(addprefix html-chunked-,$(DOC_LANGS)) -html-single: $(HTML_SINGLE) $(addprefix html-single-,$(DOC_LANGS)) +html-chunked: $(addprefix html-chunked-,$(DOC_LANGS)) +html-single: $(addprefix html-single-,$(DOC_LANGS)) xmllint: xmllint.sh $(addprefix xmllint-,$(DOC_LANG_ALL))
--- a/DOCS/xml/README.maintainers Sun Dec 13 22:25:08 2009 +0000 +++ b/DOCS/xml/README.maintainers Sun Dec 13 22:43:37 2009 +0000 @@ -2,9 +2,9 @@ When building the documentation, the toplevel Makefile goes into the subdirectories listed in the SUBDIRS variable and executes make in each of those directories to create the HTML documentation -in subdirectories of the 'HTML' and 'HTML-single' directories. +in subdirectories of the 'HTML' directory. -IMPORTANT: Do NOT place sensitive files under 'HTML' or 'HTML-single'! +IMPORTANT: Do NOT place sensitive files under 'HTML'! It is for generated documentation only. The whole directory tree is wiped out by the Makefile when running 'make distclean' or 'make clean'.