summaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker-i18n/files/patch-al
blob: c3a076ffb460ac82af790ba0a6ac50e48c13be87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- WPrefs.app/po/Makefile.in.orig	Sat Dec  5 21:56:20 1998
+++ WPrefs.app/po/Makefile.in	Sat Dec  5 21:56:36 1998
@@ -206,12 +206,17 @@
 clean-generic maintainer-clean-generic clean mostlyclean distclean \
 maintainer-clean
 
+ja_JP.EUC.po:	ja.po
+	nkf -e ja.po > ja_JP.EUC.po
+
+ja_JP.SJIS.po:	ja.po
+	nkf -e ja.po > ja_JP.SJIS.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; \