Author: diego
Date: Tue May 11 23:21:45 2010
New Revision: 31164

Log:
Do not run xmllint prior to building the XML documentation.
xmllint is just a convenient way to check for syntax errors;
it is not a requirement to build the documentation.

Modified:
   trunk/DOCS/xml/Makefile

Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile     Tue May 11 16:27:26 2010        (r31163)
+++ trunk/DOCS/xml/Makefile     Tue May 11 23:21:45 2010        (r31164)
@@ -37,8 +37,8 @@ $(CONFIGURE_GENERATED) $(MAIN_XML_ALL):
        sh configure
 
 define lang-def
-html-chunked-$(lang): xmllint-$(lang) $(HTML)/$(lang)/index.html
-html-single-$(lang):  xmllint-$(lang) $(HTML)/$(lang)/MPlayer.html
+html-chunked-$(lang): $(HTML)/$(lang)/index.html
+html-single-$(lang):  $(HTML)/$(lang)/MPlayer.html
 $(HTML)/$(lang)/index.html $(HTML)/$(lang)/MPlayer.html: $(lang)/main.xml 
$(wildcard $(lang)/*.xml) $(HTML)/$(lang) html-common.xsl 
$(HTML)/$(lang)/default.css
 
 $(HTML)/$(lang)/default.css: $(HTML)/$(lang)
_______________________________________________
MPlayer-DOCS mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs

Reply via email to