[MPlayer-translations] r30014 - in trunk/DOCS/xml: Makefile Makefile.inc cs/Makefile de/Makefile en/Makefile es/Makefile fr/Makefile hu/Makefile it/Makefile pl/Makefile ru/Makefile zh_CN/Makefile
diego
subversion at mplayerhq.hu
Mon Dec 14 01:16:32 CET 2009
Author: diego
Date: Mon Dec 14 01:16:32 2009
New Revision: 30014
Log:
Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.
Modified:
trunk/DOCS/xml/cs/Makefile
trunk/DOCS/xml/de/Makefile
trunk/DOCS/xml/es/Makefile
trunk/DOCS/xml/fr/Makefile
trunk/DOCS/xml/hu/Makefile
trunk/DOCS/xml/it/Makefile
trunk/DOCS/xml/pl/Makefile
trunk/DOCS/xml/ru/Makefile
trunk/DOCS/xml/zh_CN/Makefile
Changes in other areas also in this revision:
Modified:
trunk/DOCS/xml/Makefile
trunk/DOCS/xml/Makefile.inc
trunk/DOCS/xml/en/Makefile
Modified: trunk/DOCS/xml/cs/Makefile
==============================================================================
--- trunk/DOCS/xml/cs/Makefile Mon Dec 14 00:59:10 2009 (r30013)
+++ trunk/DOCS/xml/cs/Makefile Mon Dec 14 01:16:32 2009 (r30014)
@@ -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
Modified: trunk/DOCS/xml/de/Makefile
==============================================================================
--- trunk/DOCS/xml/de/Makefile Mon Dec 14 00:59:10 2009 (r30013)
+++ trunk/DOCS/xml/de/Makefile Mon Dec 14 01:16:32 2009 (r30014)
@@ -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
Modified: trunk/DOCS/xml/es/Makefile
==============================================================================
--- trunk/DOCS/xml/es/Makefile Mon Dec 14 00:59:10 2009 (r30013)
+++ trunk/DOCS/xml/es/Makefile Mon Dec 14 01:16:32 2009 (r30014)
@@ -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
Modified: trunk/DOCS/xml/fr/Makefile
==============================================================================
--- trunk/DOCS/xml/fr/Makefile Mon Dec 14 00:59:10 2009 (r30013)
+++ trunk/DOCS/xml/fr/Makefile Mon Dec 14 01:16:32 2009 (r30014)
@@ -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
Modified: trunk/DOCS/xml/hu/Makefile
==============================================================================
--- trunk/DOCS/xml/hu/Makefile Mon Dec 14 00:59:10 2009 (r30013)
+++ trunk/DOCS/xml/hu/Makefile Mon Dec 14 01:16:32 2009 (r30014)
@@ -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
Modified: trunk/DOCS/xml/it/Makefile
==============================================================================
--- trunk/DOCS/xml/it/Makefile Mon Dec 14 00:59:10 2009 (r30013)
+++ trunk/DOCS/xml/it/Makefile Mon Dec 14 01:16:32 2009 (r30014)
@@ -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
Modified: trunk/DOCS/xml/pl/Makefile
==============================================================================
--- trunk/DOCS/xml/pl/Makefile Mon Dec 14 00:59:10 2009 (r30013)
+++ trunk/DOCS/xml/pl/Makefile Mon Dec 14 01:16:32 2009 (r30014)
@@ -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
Modified: trunk/DOCS/xml/ru/Makefile
==============================================================================
--- trunk/DOCS/xml/ru/Makefile Mon Dec 14 00:59:10 2009 (r30013)
+++ trunk/DOCS/xml/ru/Makefile Mon Dec 14 01:16:32 2009 (r30014)
@@ -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
Modified: trunk/DOCS/xml/zh_CN/Makefile
==============================================================================
--- trunk/DOCS/xml/zh_CN/Makefile Mon Dec 14 00:59:10 2009 (r30013)
+++ trunk/DOCS/xml/zh_CN/Makefile Mon Dec 14 01:16:32 2009 (r30014)
@@ -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
More information about the MPlayer-translations
mailing list