[gtk+/gtk-2-22] Don't call update-po at dist time
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-22] Don't call update-po at dist time
- Date: Thu, 10 Jun 2010 16:44:04 +0000 (UTC)
commit 75afa7d8d3953262c9e43cd1ce1f6d4db2c84273
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Jun 10 12:42:20 2010 -0400
Don't call update-po at dist time
Since we want to not commit changes after distcheck
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]