update
svn: r2362
This commit is contained in:
parent
06a9058eca
commit
7e8196ad0e
@ -1,6 +1,9 @@
|
||||
2003-11-21 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/po/fr.po: Fix format line.
|
||||
|
||||
2003-11-20 Don Allingham <dallingham@users.sourceforge.net>
|
||||
* src/preferences.glade: make the title on the dialog non-expandable
|
||||
|
||||
2003-11-19 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/FamilyView.py: Enable keyboard navigation in Family View.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
%define ver 0.98.0
|
||||
%define rel 0.CVS20031112
|
||||
%define rel 0.CVS20031120
|
||||
%define prefix /usr
|
||||
%define localstatedir /var/lib
|
||||
# Ensure that internal RPM macros for configure & makeinstall
|
||||
|
@ -290,12 +290,12 @@ uninstall-local:
|
||||
|
||||
.po.mo:
|
||||
$(MSGCONV) --to-code=UTF-8 $< -o temp.po
|
||||
$(MSGFMT) -v temp.po -o $@
|
||||
$(MSGFMT) temp.po -o $@
|
||||
rm temp.po
|
||||
|
||||
zh_CN.mo: $(top_srcdir)/src/po/zh_CN.po
|
||||
$(ICONV) -f GB2312 -t UTF-8 $< > temp.po
|
||||
$(MSGFMT) -v temp.po -o $@
|
||||
$(MSGFMT) temp.po -o $@
|
||||
rm temp.po
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
|
Loading…
Reference in New Issue
Block a user