diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-07-17 20:37:44 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-07-17 20:37:44 +0300 |
commit | 579ebbf934575b709ef409571094f65f4180b91c (patch) | |
tree | 47121c7dfadc04ba5d97ddfc143366ac93567d34 /po/Makefile.in.in | |
parent | f0813917514b9a26ce84d04538164688035405ce (diff) | |
download | gawk-579ebbf934575b709ef409571094f65f4180b91c.tar.gz |
Fix inclusion of po/README. Update some translations.
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r-- | po/Makefile.in.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index d497db4c..83d8838a 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -363,9 +363,6 @@ dist2: stamp-po $(DISTFILES) if test -f $(srcdir)/$(DOMAIN).pot; then \ dists="$$dists $(DOMAIN).pot stamp-po"; \ fi; \ - if test -f $(srcdir)/README; then \ - dists="$$dists README"; \ - fi; \ if test -f $(srcdir)/ChangeLog; then \ dists="$$dists ChangeLog"; \ fi; \ |