diff options
author | Richard Hughes <richard@hughsie.com> | 2010-06-09 09:36:47 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2010-06-09 17:10:57 +0100 |
commit | f265319b59239f7ad74283b79a62e28afe4ff111 (patch) | |
tree | a5e5f519a148feabcce89a6e34ce18d375050801 /po | |
parent | 1951c39c44afad8273e2978b4c1420e975882934 (diff) |
Do not do update-po at distcheck time to avoid touching files checked into version control
Diffstat (limited to 'po')
-rw-r--r-- | 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 8361a9c60..eb60dd09e 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 \ |