diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-12-14 00:16:32 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-12-14 00:16:32 +0000 |
commit | b933c31df5e85b89e1610e91c933e587434c299e (patch) | |
tree | ffea742cc761ef18b1258cfcd5e7212bf0663ba8 /DOCS/xml/ru/Makefile | |
parent | 4a7eee53920f0a6c77d8e95dcb5318219e8e98fc (diff) |
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/ru/Makefile')
-rw-r--r-- | DOCS/xml/ru/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/xml/ru/Makefile b/DOCS/xml/ru/Makefile index e36fbfffa5..ea6cc92bcb 100644 --- a/DOCS/xml/ru/Makefile +++ b/DOCS/xml/ru/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 |