grim/guifications2

95d361adf066
Parents 4dd161cd7b30
Children 0f68a71a854a
Dirty hack to fire off the update-po target in the po directory during make dist
  • +3 -0
    Makefile.am
  • --- a/Makefile.am Sat May 05 21:41:11 2007 -0400
    +++ b/Makefile.am Sat May 05 21:58:07 2007 -0400
    @@ -30,3 +30,6 @@
    sed -e "s#localedir = .*#localedir = $(PIDGIN_DATADIR)/locale#g" < po/.tmp-Makefile > po/Makefile
    rm -f po/.tmp-Makefile
    $(sedpath) 's/\#define PACKAGE/\#define GF_PACKAGE/g' pre_config.h > $@
    +
    +dist-hook:
    + $(MAKE) -C po update-po