mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
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)
This commit is contained in:
parent
a28dd18fe7
commit
b4dc377673
@ -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)/'; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user