* src/po/Makefile.am (.po.mo): Allow for parallel building.
svn: r5926
This commit is contained in:
parent
fa8dde68bc
commit
524becc3cd
@ -1,3 +1,6 @@
|
|||||||
|
2006-02-12 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||||
|
* src/po/Makefile.am (.po.mo): Allow for parallel building.
|
||||||
|
|
||||||
2006-02-12 Alex Roitman <shura@gramps-project.org>
|
2006-02-12 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/plugins/ReadPkg.py (impData): Use persistent directory for
|
* src/plugins/ReadPkg.py (impData): Use persistent directory for
|
||||||
unpacking the tarball: we need images to stay there.
|
unpacking the tarball: we need images to stay there.
|
||||||
|
@ -20,7 +20,7 @@ uninstall-local:
|
|||||||
SUFFIXES = .po .mo
|
SUFFIXES = .po .mo
|
||||||
|
|
||||||
.po.mo:
|
.po.mo:
|
||||||
$(MSGCONV) --to-code=UTF-8 $< -o temp.po
|
$(MSGCONV) --to-code=UTF-8 $< -o $<.temp
|
||||||
$(MSGFMT) temp.po -o $@
|
$(MSGFMT) $<.temp -o $@
|
||||||
rm temp.po
|
rm $<.temp
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user