summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-04-13 20:50:19 +0000
committerphintuka <phintuka>2008-04-13 20:50:19 +0000
commitfab9858e9d769b2673b4eb1476fc838e7018e58c (patch)
tree61c0f49fd60dd3f59824303b6ac8542512dfb35c
parent0d3e5564b1776db62710428a2e3cfc820a3767e8 (diff)
downloadxineliboutput-fab9858e9d769b2673b4eb1476fc838e7018e58c.tar.gz
xineliboutput-fab9858e9d769b2673b4eb1476fc838e7018e58c.tar.bz2
Revert changes from 1.30
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7c7b7743..87006283 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'xineliboutput.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile,v 1.35 2008-04-10 14:30:32 phintuka Exp $
+# $Id: Makefile,v 1.36 2008-04-13 20:50:19 phintuka Exp $
#
# The official name of this plugin.
@@ -408,9 +408,9 @@ xine_fbfe_frontend_standalone.o: xine_fbfe_frontend.c xine_frontend.c \
### Internationalization (I18N):
PODIR = po
-LOCDIR ?= $(VDRDIR)/locale
+LOCALEDIR ?= $(VDRDIR)/locale
I18Npo = $(wildcard $(PODIR)/*.po)
-I18Nmsgs = $(addprefix $(LOCDIR)/, $(addsuffix /LC_MESSAGES/vdr-$(PLUGIN).mo, $(notdir $(foreach file, $(I18Npo), $(basename $(file))))))
+I18Nmsgs = $(addprefix $(LOCALEDIR)/, $(addsuffix /LC_MESSAGES/vdr-$(PLUGIN).mo, $(notdir $(foreach file, $(I18Npo), $(basename $(file))))))
I18Npot = $(PODIR)/$(PLUGIN).pot
%.mo: %.po
@@ -423,7 +423,7 @@ $(I18Npot): $(wildcard *.c)
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
@touch $@
-$(I18Nmsgs): $(LOCDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo
+$(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo
@mkdir -p $(dir $@)
cp $< $@