summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-06-08 19:46:13 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-06-08 19:48:15 -0400
commit897cf634c33af4b067ebc2824c586d471dbe5490 (patch)
tree6596429c364f467a03213ce4f11b447cc26f81e5
parente17b9f282fb6cfb413de598350e273a68031994b (diff)
downloadgdk-pixbuf-897cf634c33af4b067ebc2824c586d471dbe5490.tar.gz
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.
-rw-r--r--po-properties/Makefile.in.in2
-rw-r--r--po/Makefile.in.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/po-properties/Makefile.in.in b/po-properties/Makefile.in.in
index 886b60aa0..c168dc22c 100644
--- a/po-properties/Makefile.in.in
+++ b/po-properties/Makefile.in.in
@@ -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 \
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 5e2944eed..4e8ada3ff 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -203,7 +203,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 \