[glib] Do not do update-po at distcheck time to avoid touching files checked into version control



commit f265319b59239f7ad74283b79a62e28afe4ff111
Author: Richard Hughes <richard hughsie com>
Date:   Wed Jun 9 09:36:47 2010 +0100

    Do not do update-po at distcheck time to avoid touching files checked into version control

 po/Makefile.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 8361a9c..eb60dd0 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -218,7 +218,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]