diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-01-15 19:08:56 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-01-15 19:08:56 +0100 |
commit | 2d13dfff4f5575be43424267947a561c2f3b6e6d (patch) | |
tree | 5ca23d60e1fa654fe38dcc3407c3bffc72b03bf9 /Makefile | |
parent | 7dd9b9ba244d937ac4bde367ed9bb533a3d6d481 (diff) | |
download | vdr-plugin-live-2d13dfff4f5575be43424267947a561c2f3b6e6d.tar.gz vdr-plugin-live-2d13dfff4f5575be43424267947a561c2f3b6e6d.tar.bz2 |
- reversed change to avoid conflicts
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,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 --msgid-bugs-address='<cwieninger@gmx.de>' -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp $(I18Npo): $(I18Npot) msgmerge -U --no-wrap --no-location --backup=none -q $@ $< |