summaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker-i18n/files/patch-ak
blob: f06a6b780e41ac4b51bc9cce88529955454234bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- po/Makefile.in.orig	Thu Jan 21 00:00:00 1999
+++ po/Makefile.in	Fri Jan 29 10:23:01 1999
@@ -206,12 +206,14 @@
 mostlyclean-generic distclean-generic 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 $@ $<
 
 WindowMaker.pot: $(POTFILES)
-	xgettext --default-domain=WindowMaker \
+	${LOCALBASE}/bin/xgettext --default-domain=WindowMaker \
 	--add-comments --keyword=_ $(POTFILES)
 	if cmp -s WindowMaker.po WindowMaker.pot; then \
 	    rm -f WindowMaker.po; \