From 7952f2315e64f7f84dded372d6779d4fc88cdd8c Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 13 Dec 2009 22:43:37 +0000 Subject: - 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). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30006 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/Makefile | 4 ++-- DOCS/xml/README.maintainers | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DOCS/xml/Makefile b/DOCS/xml/Makefile index 8b57846da8..f540b2b418 100644 --- a/DOCS/xml/Makefile +++ b/DOCS/xml/Makefile @@ -26,8 +26,8 @@ help: @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)) diff --git a/DOCS/xml/README.maintainers b/DOCS/xml/README.maintainers index a17617a555..743d0a71e2 100644 --- a/DOCS/xml/README.maintainers +++ b/DOCS/xml/README.maintainers @@ -2,9 +2,9 @@ The documentation and its translations reside in subdirectories. 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'. -- cgit v1.2.3