From: David B. <dav...@gm...> - 2011-06-16 01:21:22
|
Hi, > BTW is there any tutorial on gettext around or should the makefile > update everything automagically whenever I edit a .po file. > > Best regards, > Michael A plain "make" doesn't generate the updated .gmo files, but "make dist" will update everything. More specifically, "make dist" runs "make update-po" when it recurses into po/, IIRC. Best, -- David Bruce For all your software needs, visit The Apt Store: deb http://ftp.us.debian.org/debian stable main |