1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-21 18:57:35 +00:00

Remove pointless dependency on xmllint.sh from phony xmllint target.

The individual language targets carry that dependency.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30027 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-12-14 02:59:39 +00:00
parent 0ba35473eb
commit 6fe2e9b0ac

View File

@ -28,7 +28,7 @@ help:
html-chunked: $(addprefix html-chunked-,$(DOC_LANGS))
html-single: $(addprefix html-single-,$(DOC_LANGS))
xmllint: xmllint.sh $(addprefix xmllint-,$(DOC_LANG_ALL))
xmllint: $(addprefix xmllint-,$(DOC_LANG_ALL))
$(foreach lang,$(DOC_LANG_ALL),$(HTML)/$(lang)):
-mkdir -p $@