summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2008-04-07 18:26:10 +0200
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2008-04-07 18:26:10 +0200
commit28fe1d977b83fe1c12fef895e4117dfa7401a26a (patch)
tree87c3d55279282fde7f7f41649056636fde88d553 /Makefile
parent40f55d99d551495639bf8682ad055b92cbeb6793 (diff)
downloadvdr-plugin-live-28fe1d977b83fe1c12fef895e4117dfa7401a26a.tar.gz
vdr-plugin-live-28fe1d977b83fe1c12fef895e4117dfa7401a26a.tar.bz2
translation of the live summary displayed in VDR's setup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 21d26e5..1731de2 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ endif
msgfmt -c -o $@ $<
$(I18Npot): PAGES $(PLUGINOBJS:%.o=%.cpp)
- xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --omit-header -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --omit-header -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp setup.h
$(I18Npo): $(I18Npot)
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<