diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-01-15 19:54:06 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-01-15 19:54:06 +0100 |
commit | f33abfb8e181fcfbaf4a535361c5e03459eb88a6 (patch) | |
tree | e6f7fdaf156a5541fbb59e93ceb0646d062741d0 /Makefile | |
parent | 742543a951cff803a905eb59134eac23e6fd5281 (diff) | |
download | vdr-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-- | 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 --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 $@ $< |