From b933c31df5e85b89e1610e91c933e587434c299e Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 14 Dec 2009 00:16:32 +0000 Subject: 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 --- DOCS/xml/fr/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'DOCS/xml/fr') diff --git a/DOCS/xml/fr/Makefile b/DOCS/xml/fr/Makefile index e36fbfffa5..ea6cc92bcb 100644 --- a/DOCS/xml/fr/Makefile +++ b/DOCS/xml/fr/Makefile @@ -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 -- cgit v1.2.3