diff DOCS/xml/cs/Makefile @ 29972:03e8eec6e104

Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.
author diego
date Mon, 14 Dec 2009 00:16:32 +0000
parents dcf2b3c81e02
children 2d0562d1c52f
line wrap: on
line diff
--- a/DOCS/xml/cs/Makefile	Sun Dec 13 23:59:10 2009 +0000
+++ b/DOCS/xml/cs/Makefile	Mon Dec 14 00:16:32 2009 +0000
@@ -5,7 +5,6 @@
 USE_SYMLINKS = no
 
 # Dependency information.
-$(HTMLDIR)/index.html: $(wildcard *.xml)
-$(HTMLFILE): $(wildcard *.xml)
+$(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml)
 
 include ../Makefile.inc