summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-13 22:25:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-13 22:25:08 +0000
commit4e093071806d831a559faa4b6d865da90a5b905b (patch)
tree29347a8e9b4afd10d9ad3eaddc1a02505b713a69 /DOCS
parenta1b76a2914349ad99abf60cb29a74bde2e972e18 (diff)
downloadmpv-4e093071806d831a559faa4b6d865da90a5b905b.tar.bz2
mpv-4e093071806d831a559faa4b6d865da90a5b905b.tar.xz
Do not pointlessly set the HTMLFILE variable when running xmllint.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30005 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/Makefile b/DOCS/xml/Makefile
index da17379ba7..8b57846da8 100644
--- a/DOCS/xml/Makefile
+++ b/DOCS/xml/Makefile
@@ -45,7 +45,7 @@ html-single-$(1): $(HTML_SINGLE)/$(1) xsltproc.sh xmllint.sh
$(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))))