[MPlayer-DOCS] r30005 - trunk/DOCS/xml/Makefile

diego subversion at mplayerhq.hu
Sun Dec 13 23:25:08 CET 2009


Author: diego
Date: Sun Dec 13 23:25:08 2009
New Revision: 30005

Log:
Do not pointlessly set the HTMLFILE variable when running xmllint.

Modified:
   trunk/DOCS/xml/Makefile

Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile	Sun Dec 13 23:23:34 2009	(r30004)
+++ trunk/DOCS/xml/Makefile	Sun Dec 13 23:25:08 2009	(r30005)
@@ -45,7 +45,7 @@ html-single-$(1): $(HTML_SINGLE)/$(1) xs
 	$(MAKE) HTMLFILE=../$$</MPlayer.html -C $(1) html-single
 
 xmllint-$(1): xmllint.sh
-	$(MAKE) HTMLFILE=../$(HTML_SINGLE)/$(1)/MPlayer.html -C $(1) xmllint
+	$(MAKE) -C $(1) xmllint
 endef
 
 $(foreach lang, $(DOC_LANG_ALL),$(eval $(call lang-def,$(lang))))


More information about the MPlayer-DOCS mailing list