From: Karel Zak Date: Thu, 26 Jul 2007 13:21:50 +0000 (+0200) Subject: build-sys: fix directories in EXTRA_DIST X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9645b5cbe989e7c11d4481573e9f29088b09970d;p=util-linux build-sys: fix directories in EXTRA_DIST Signed-off-by: Karel Zak --- diff --git a/Makefile.am b/Makefile.am index 0aa7150e..1cce174a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,8 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ autogen.sh \ README.devel \ - licenses/ \ - example.files/ \ + licenses \ + example.files \ po/update-potfiles \ tools \ docs diff --git a/tests/Makefile.am b/tests/Makefile.am index d4485086..8b354014 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,9 +2,9 @@ include $(top_srcdir)/config/include-Makefile.am SUBDIRS = helpers -EXTRA_DIST = expected/ \ +EXTRA_DIST = expected \ functions.sh \ - input/ \ + input \ README \ run.sh \ ts-cal-1 \