summaryrefslogtreecommitdiff
path: root/PLUGINS/src/skincurses/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-05-21 12:40:42 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-05-21 12:40:42 +0200
commit299335153644eb24276724cd2e9f4234ee77cdca (patch)
tree5455fb2edf79d78a4788d9b9487bcd67260265ff /PLUGINS/src/skincurses/Makefile
parent85af76ab639c7771dcadf05ad8ae3dccca760e09 (diff)
downloadvdr-299335153644eb24276724cd2e9f4234ee77cdca.tar.gz
vdr-299335153644eb24276724cd2e9f4234ee77cdca.tar.bz2
Now sorting the source file names in the call to xgettext
Diffstat (limited to 'PLUGINS/src/skincurses/Makefile')
-rw-r--r--PLUGINS/src/skincurses/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/skincurses/Makefile b/PLUGINS/src/skincurses/Makefile
index a7ba1cf3..a765b654 100644
--- a/PLUGINS/src/skincurses/Makefile
+++ b/PLUGINS/src/skincurses/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile 2.6 2011/02/27 10:05:05 kls Exp $
+# $Id: Makefile 2.7 2011/05/21 12:25:49 kls Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -83,7 +83,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot
msgfmt -c -o $@ $<
$(I18Npot): $(wildcard *.c)
- xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=VDR --package-version=$(VDRVERSION) --msgid-bugs-address='<vdr-bugs@tvdr.de>' -o $@ $^
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=VDR --package-version=$(VDRVERSION) --msgid-bugs-address='<vdr-bugs@tvdr.de>' -o $@ `ls $^`
%.po: $(I18Npot)
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<