summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/es
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-14 00:16:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-14 00:16:32 +0000
commitb933c31df5e85b89e1610e91c933e587434c299e (patch)
treeffea742cc761ef18b1258cfcd5e7212bf0663ba8 /DOCS/xml/es
parent4a7eee53920f0a6c77d8e95dcb5318219e8e98fc (diff)
downloadmpv-b933c31df5e85b89e1610e91c933e587434c299e.tar.bz2
mpv-b933c31df5e85b89e1610e91c933e587434c299e.tar.xz
Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30014 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/es')
-rw-r--r--DOCS/xml/es/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/xml/es/Makefile b/DOCS/xml/es/Makefile
index e18885f6df..11dc2e788f 100644
--- a/DOCS/xml/es/Makefile
+++ b/DOCS/xml/es/Makefile
@@ -5,7 +5,6 @@
USE_SYMLINKS = yes
# Dependency information.
-$(HTMLDIR)/index.html: $(wildcard *.xml)
-$(HTMLFILE): $(wildcard *.xml)
+$(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml)
include ../Makefile.inc