diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-03-27 10:26:07 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-03-27 10:26:07 +0200 |
commit | 7569ef304c60b7f370435354d26743720f96e5a8 (patch) | |
tree | fa257a74e4a9b3c7b0613606252f82f34f9df9f4 /Makefile.in | |
parent | 0bbd14b237ca09ae8c878239e5e2d31208130719 (diff) | |
parent | 3d4577b0ff453500f7ee52e539a6c2f6fc3faac7 (diff) |
Merge tag 'upstream/3.20.0'
Upstream version 3.20.0
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index eb5a76e..b860440 100644 --- a/Makefile.in +++ b/Makefile.in @@ -156,7 +156,7 @@ ETAGS = etags CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) -am__DIST_COMMON = $(srcdir)/Makefile.in COPYING NEWS compile depcomp \ +am__DIST_COMMON = $(srcdir)/Makefile.in COPYING NEWS compile \ install-sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) |