diff options
| author | Midas <vdrportal_midas@gmx.de> | 2010-04-27 15:42:38 +0200 |
|---|---|---|
| committer | Midas <vdrportal_midas@gmx.de> | 2010-04-27 15:42:38 +0200 |
| commit | 42904fe20202edab5b0404833cb6ad504ae62a23 (patch) | |
| tree | e51aac75e9d59fddbd9325208e66cfc59c3f872f /Makefile | |
| parent | 3fa663475460280a83864eaf65f9fb59f44fe3b6 (diff) | |
| download | vdr-plugin-block-42904fe20202edab5b0404833cb6ad504ae62a23.tar.gz vdr-plugin-block-42904fe20202edab5b0404833cb6ad504ae62a23.tar.bz2 | |
Version 0.0.1b+bf1 (bugfix1)
Initial work on strings/translation (planned for one of the next releases):
-translation file and necessary fixes to block.c and Makefile included.
-corrected xgettext --msgid-bugs-address (thx opp).
Main reason for this commit:
Version 0.0.1b may not build in certain situations (on debianizing)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -87,7 +87,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot msgfmt -c -o $@ $< $(I18Npot): $(wildcard *.c) - xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<sascha@akv-soft.de>' -o $@ $^ + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdrportal_midas at gmx dot de>' -o $@ $^ %.po: $(I18Npot) msgmerge -U --no-wrap --no-location --backup=none -q $@ $< @@ -98,7 +98,7 @@ $(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo cp $< $@ .PHONY: i18n -i18n: $(I18Nmsgs) $(I18Npot) +i18n: $(I18Nmsgs) ### Targets: @@ -115,4 +115,5 @@ dist: clean @echo Distribution package created as $(PACKAGE).tgz clean: + @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot @-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ $(PODIR)/*.mo $(PODIR)/*.pot |
