--- WPrefs.app/po/Makefile.in.orig Sun Jan 10 10:55:54 1999 +++ WPrefs.app/po/Makefile.in Mon Jan 11 09:37:16 1999 @@ -213,12 +213,14 @@ clean-generic maintainer-clean-generic clean mostlyclean distclean \ maintainer-clean +ja_JP.EUC.po: ja.po + nkf -e ja.po > ja_JP.EUC.po .po.mo: - msgfmt -o $@ $< + ${LOCALBASE}/bin/msgfmt -o $@ $< WPrefs.pot: $(POTFILES) - xgettext --default-domain=WPrefs \ + ${LOCALBASE}/bin/xgettext --default-domain=WPrefs \ --add-comments --keyword=_ $(POTFILES) if cmp -s WPrefs.po WPrefs.pot; then \ rm -f WPrefs.po; \