* src/po/Makefile.am (.po.mo): Avoid using temp file as it breaks
distcheck -- use pipe instead. svn: r5995
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2006-02-26 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/po/Makefile.am (.po.mo): Avoid using temp file as it breaks
|
||||||
|
distcheck -- use pipe instead.
|
||||||
|
|
||||||
2006-02-26 Doug Blank <Doug.Blank@gmail.com>
|
2006-02-26 Doug Blank <Doug.Blank@gmail.com>
|
||||||
* src/plugins/Calendar.py (Widget.register): Do not add help
|
* src/plugins/Calendar.py (Widget.register): Do not add help
|
||||||
strings to style widgets.
|
strings to style widgets.
|
||||||
|
|||||||
@@ -20,7 +20,4 @@ uninstall-local:
|
|||||||
SUFFIXES = .po .mo
|
SUFFIXES = .po .mo
|
||||||
|
|
||||||
.po.mo:
|
.po.mo:
|
||||||
$(MSGCONV) --to-code=UTF-8 $< -o $<.temp
|
$(MSGCONV) --to-code=UTF-8 $< | $(MSGFMT) - -o $@
|
||||||
$(MSGFMT) $<.temp -o $@
|
|
||||||
rm $<.temp
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user