diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 0486c2eb2..43125a8ff 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -90,7 +90,7 @@ all: all-@USE_NLS@ all-yes: cat-id-tbl.c $(CATALOGS) all-no: -$(PACKAGE).pot: $(POTFILES) +$(PACKAGE).pot: @MAINT@$(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ --files-from=$(srcdir)/POTFILES.in |