From b4dc3776739118f6b8865660da022fc9185dc6b9 Mon Sep 17 00:00:00 2001 From: Motonobu Takahashi Date: Sat, 29 Sep 2001 16:07:01 +0000 Subject: not to creat gmo files from po files during making this is because some platforms such as HP-UX do not have any msgfmt command. if someone updates po file, then he has to update gmo files manually and commit. (This used to be commit ca350fdf0343b0bc5e78a35a7a2345ada8aca410) --- source3/po/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/po/Makefile.in') diff --git a/source3/po/Makefile.in b/source3/po/Makefile.in index f24aaba1f8..c7f47eaf31 100644 --- a/source3/po/Makefile.in +++ b/source3/po/Makefile.in @@ -79,7 +79,7 @@ INSTOBJEXT = .mo rm -f $@ && $(GENCAT) $@ $*.msg -all: all-yes +all: cat-id-tbl.c all-yes: cat-id-tbl.c $(CATALOGS) all-no: @@ -229,6 +229,8 @@ update-po: Makefile fi; \ done +update-gmo: $(CATALOGS) + POTFILES: POTFILES.in ( if test 'x$(srcdir)' != 'x.'; then \ posrcprefix='$(top_srcdir)/'; \ -- cgit