summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2008-01-15 19:54:06 +0100
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2008-01-15 19:54:06 +0100
commitf33abfb8e181fcfbaf4a535361c5e03459eb88a6 (patch)
treee6f7fdaf156a5541fbb59e93ceb0646d062741d0 /Makefile
parent742543a951cff803a905eb59134eac23e6fd5281 (diff)
downloadvdr-plugin-live-f33abfb8e181fcfbaf4a535361c5e03459eb88a6.tar.gz
vdr-plugin-live-f33abfb8e181fcfbaf4a535361c5e03459eb88a6.tar.bz2
- Makefile change regarding --omit-header seems to be ok, so again undo ;)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a62b0c9..ebc6592 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ endif
msgfmt -c -o $@ $<
$(I18Npot): PAGES $(PLUGINOBJS:%.o=%.cpp)
- xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<cwieninger@gmx.de>' -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --omit-header -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp
$(I18Npo): $(I18Npot)
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<