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

diego subversion at mplayerhq.hu
Mon Dec 14 03:59:39 CET 2009


Author: diego
Date: Mon Dec 14 03:59:39 2009
New Revision: 30027

Log:
Remove pointless dependency on xmllint.sh from phony xmllint target.
The individual language targets carry that dependency.

Modified:
   trunk/DOCS/xml/Makefile

Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile	Mon Dec 14 03:45:55 2009	(r30026)
+++ trunk/DOCS/xml/Makefile	Mon Dec 14 03:59:39 2009	(r30027)
@@ -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 $@


More information about the MPlayer-DOCS mailing list