diff options
author | Jim Meyering <jim@meyering.net> | 1996-06-14 03:51:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-06-14 03:51:57 +0000 |
commit | c8c25a4610fe74a48827b101e6b222fffdc9fb7a (patch) | |
tree | 86d5a7290021890e8045aac5d389d688d10bd5a5 /po | |
parent | 031e782bb9cad632ba36251b9bb77bbdfe65f888 (diff) | |
download | coreutils-c8c25a4610fe74a48827b101e6b222fffdc9fb7a.tar.xz |
($(PACKAGE).pot): Reapply change of May 30.
Depend on POTFILES only when using maintainer mode.
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 |