Don't call update-po in make dist

This is causing the bulk of the conflicts I have during distcheck,
and is not really necessary.
This commit is contained in:
Matthias Clasen
2010-06-08 19:46:13 -04:00
parent e17b9f282f
commit 897cf634c3
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ maintainer-clean: distclean
rm -f $(GMOFILES)
distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir)
dist distdir: update-po $(DISTFILES)
dist distdir: $(DISTFILES)
dists="$(DISTFILES)"; \
for file in $$dists; do \
ln $(srcdir)/$$file $(distdir) 2> /dev/null \