From 3270b340e8d75f345eb3583294e56024f4e344d8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 31 May 1996 02:26:23 +0000 Subject: [PATCH] ($(PACKAGE).pot): Depend on POTFILES only when using maintainer mode. Reported by Karl Heuer. --- po/Makefile.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 701d61c..fd0f4df 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -90,7 +90,7 @@ all: all-@USE_NLS@ all-yes all-gettext: cat-id-tbl.c $(CATALOGS) @MAINT@$(GMOFILES) 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 -- 2.7.4