summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-11 14:27:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-11 14:27:26 +0000
commiteabca4e7b273ca61022d7773ce3c2069aaef1ac5 (patch)
tree01d96b5a5c6b8d061d8f3384f1740b5e90dd6760 /DOCS
parent0e9b9da3b27e72bc0d82def6ddb1b85feed17eaa (diff)
downloadmpv-eabca4e7b273ca61022d7773ce3c2069aaef1ac5.tar.bz2
mpv-eabca4e7b273ca61022d7773ce3c2069aaef1ac5.tar.xz
XML docs: Make xmllint-* targets a dependency of html-chunked-*/html-single-*.
Since the xmllint-* targets are phony, they should never be a dependency of real targets, so make them a dependency of the phony html-chunked-* / html-single-* targets instead. This is just as correct, but now the docs are regenerated when dependencies change and not with every make invocation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31163 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/xml/Makefile b/DOCS/xml/Makefile
index d363a72fee..d385dd15a3 100644
--- a/DOCS/xml/Makefile
+++ b/DOCS/xml/Makefile
@@ -37,9 +37,9 @@ $(CONFIGURE_GENERATED) $(MAIN_XML_ALL):
sh configure
define lang-def
-html-chunked-$(lang): $(HTML)/$(lang)/index.html
-html-single-$(lang): $(HTML)/$(lang)/MPlayer.html
-$(HTML)/$(lang)/index.html $(HTML)/$(lang)/MPlayer.html: $(lang)/main.xml $(wildcard $(lang)/*.xml) $(HTML)/$(lang) $(CONFIGURE_GENERATED) html-common.xsl $(HTML)/$(lang)/default.css xmllint-$(lang)
+html-chunked-$(lang): xmllint-$(lang) $(HTML)/$(lang)/index.html
+html-single-$(lang): xmllint-$(lang) $(HTML)/$(lang)/MPlayer.html
+$(HTML)/$(lang)/index.html $(HTML)/$(lang)/MPlayer.html: $(lang)/main.xml $(wildcard $(lang)/*.xml) $(HTML)/$(lang) html-common.xsl $(HTML)/$(lang)/default.css
$(HTML)/$(lang)/default.css: $(HTML)/$(lang)
cp -f default.css $$(@D)