Author: diego
Date: Sun Dec 13 23:43:37 2009
New Revision: 30006
Log:
Remove now unnecessary dependency on intermediate directories.
Modified:
trunk/DOCS/xml/Makefile
trunk/DOCS/xml/README.maintainers
Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile Sun Dec 13 23:25:08 2009 (r30005)
+++ trunk/DOCS/xml/Makefile Sun Dec 13 23:43:37 2009 (r30006)
@@ -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))
Modified: trunk/DOCS/xml/README.maintainers
==============================================================================
--- trunk/DOCS/xml/README.maintainers Sun Dec 13 23:25:08 2009 (r30005)
+++ trunk/DOCS/xml/README.maintainers Sun Dec 13 23:43:37 2009 (r30006)
@@ -2,9 +2,9 @@ The documentation and its translations r
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'.
_______________________________________________
MPlayer-DOCS mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs