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))))
_______________________________________________
MPlayer-DOCS mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs