On Mon, Aug 25, 2008 at 10:20 AM, Roman Kyrylych <roman.kyrylych@xxxxxxxxx> wrote: > 2008/8/23 Dan McGee <dpmcgee@xxxxxxxxx>: >> String freeze for the pacman 3.2.1 release is now in effect. We have >> about 10 messages per language that are either fuzzy or new in this >> release, so nothing too serious. > > >> Any questions should be answered if you reply to this email on the list. > > I got the latest pacman.pot from > http://code.toofishes.net/pacman/po_files/pacman/ > and there is "Removing info/doc files..." > but in makepkg.sh.in in git tree there is: > if [ "$(check_option docs)" = "n" ]; then > msg2 "$(gettext "Removing doc files...")" > > How this could happen? And what to do? Because our minor releases come off the 'maint' branch. Try taking a look at maint instead of master: git checkout origin/maint -Dan