+2001-12-06 Bruno Haible <bruno@clisp.org>
+
+ * Makevars (XGETTEXT_OPTIONS): New variable.
+ * Makefile.in.in ($(srcdir)/$(DOMAIN).pot): Use it.
+
2001-12-05 Bruno Haible <bruno@clisp.org>
* ko.po: Update from Changwoo Ryu <cwryu@debian.org>.
$(srcdir)/$(DOMAIN).pot: $(POTFILES) $(srcdir)/POTFILES.in
$(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
- --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
+ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
--files-from=$(srcdir)/POTFILES.in \
&& test ! -f $(DOMAIN).po \
|| ( rm -f $(srcdir)/$(DOMAIN).pot \
# These two variables depend on the location of this directory.
subdir = po
top_builddir = ..
+
+# These options get passed to xgettext.
+XGETTEXT_OPTIONS = --keyword=_ --keyword=N_