comparison 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
comparison
equal deleted inserted replaced
29971:582d78986e87 29972:03e8eec6e104
3 3
4 # Change to yes to enable symlinking missing files to English master versions 4 # Change to yes to enable symlinking missing files to English master versions
5 USE_SYMLINKS = no 5 USE_SYMLINKS = no
6 6
7 # Dependency information. 7 # Dependency information.
8 $(HTMLDIR)/index.html: $(wildcard *.xml) 8 $(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml)
9 $(HTMLFILE): $(wildcard *.xml)
10 9
11 include ../Makefile.inc 10 include ../Makefile.inc