[gtk+] Don't call update-po in make dist



commit 897cf634c33af4b067ebc2824c586d471dbe5490
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jun 8 19:46:13 2010 -0400

    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.

 po-properties/Makefile.in.in |    2 +-
 po/Makefile.in.in            |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/po-properties/Makefile.in.in b/po-properties/Makefile.in.in
index 886b60a..c168dc2 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 5e2944e..4e8ada3 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 \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]