Merge messages and fix makefile process to do this.

This commit is contained in:
Simon Kelley
2015-06-10 22:31:02 +01:00
parent 4918bd5505
commit f7bfbdc872
11 changed files with 4151 additions and 3911 deletions

View File

@@ -117,7 +117,7 @@ install-i18n : all-i18n install-common
cd $(MAN); ../bld/install-man $(DESTDIR)$(MANDIR) $(INSTALL)
merge :
@cd $(BUILDDIR) && $(MAKE) -f $(top)/Makefile dnsmasq.pot
@cd $(BUILDDIR) && $(MAKE) top="$(top)" -f $(top)/Makefile dnsmasq.pot
for f in `cd $(PO); echo *.po`; do \
echo -n msgmerge $(PO)/$$f && $(MSGMERGE) --no-wrap -U $(PO)/$$f $(BUILDDIR)/dnsmasq.pot; \
done