Mercurial > mplayer.hg
diff DOCS/xml/it/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 | 2f3c7788aac4 |
children | 2d0562d1c52f |
line wrap: on
line diff
--- a/DOCS/xml/it/Makefile Sun Dec 13 23:59:10 2009 +0000 +++ b/DOCS/xml/it/Makefile Mon Dec 14 00:16:32 2009 +0000 @@ -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