summaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker-i18n/files/patch-ak
blob: df874727b15d37cb8347a4f2e161490d77c516c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- po/Makefile.in.orig	Sat Dec  5 21:56:08 1998
+++ po/Makefile.in	Sat Dec  5 21:56:36 1998
@@ -216,12 +216,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 $@ $<
 
 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; \