Makefile.in.in: Only run update-po in the maintainer mode

This commit is contained in:
Pavel Roskin 2000-09-23 01:48:29 +00:00
parent 5168c6a990
commit 0c54ef40b9

View File

@ -191,7 +191,9 @@ maintainer-clean: distclean
rm -f $(GMOFILES)
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
dist distdir: update-po $(DISTFILES)
# Only maintainers want to run update-po
dist distdir: $(DISTFILES) @MAINT@ update-po
dists="$(DISTFILES)"; \
for file in $$dists; do \
ln $(srcdir)/$$file $(distdir) 2> /dev/null \