summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-05-10 03:05:51 +0000
committerJim Meyering <jim@meyering.net>1996-05-10 03:05:51 +0000
commitc94ffee869c7de05361317d8ad0461804e42f98d (patch)
treefbf69c26479f36918bf647136784d2388a856b8b /po
parent7da69e79df7edae756d201f54f1c805bfac9e5d3 (diff)
downloadcoreutils-c94ffee869c7de05361317d8ad0461804e42f98d.tar.xz
(all-yes): Also dependend on GMOFILES.
Depend on CATALOGS and GMOFILES files only in maintainer mode.
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 25bc14ba7..fd4515297 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -87,7 +87,7 @@ INSTOBJEXT = @INSTOBJEXT@
all: all-@USE_NLS@
-all-yes all-gettext: cat-id-tbl.c $(CATALOGS)
+all-yes all-gettext: cat-id-tbl.c @MAINT@$(CATALOGS) $(GMOFILES)
all-no:
$(PACKAGE).pot: $(POTFILES)
@@ -181,8 +181,9 @@ maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
+.PHONY: distdir
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
-dist dist-gettext: update-po $(DISTFILES)
+distdir dist-gettext: update-po $(DISTFILES)
for file in $(DISTFILES); do \
ln $(srcdir)/$$file $(distdir) 2> /dev/null \
|| cp -p $(srcdir)/$$file $(distdir); \