Changeset 259

Show
Ignore:
Timestamp:
06/02/06 19:41:35 (2 years ago)
Author:
nicfit
Message:

Don't update build po for all target

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile.in

    r245 r259  
    183183 
    184184i18n: 
    185         ${MAKE} -C po all 
     185        ${MAKE} -C po catalogs 
  • trunk/po/Makefile.in

    r245 r259  
    2727prefix:=$(subst //,/,${DESTDIR}/${prefix}) 
    2828 
    29 all: mesk.pot ${LANGS_PO} ${LANGS_MO} 
     29all: mesk.pot ${LANGS_PO} catalogs 
    3030 
    3131POTFILES.in: 
     
    4242        intltool-update --dist --gettext-package=${NAME} $* 
    4343 
     44catalogs: ${LANGS_MO} 
    4445%.mo: %.po 
    4546        msgfmt $< -o $@