From: Stepan Kasal Date: Tue, 15 May 2007 18:46:10 +0000 (+0200) Subject: build-sys: use dist_example_DATA X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a2c1480fc26ce5b5f8f7a593b9a4c5c8d240a4;p=util-linux build-sys: use dist_example_DATA "dist_" prefix is more elegant than EXTRA_DIST. Signed-off-by: Stepan Kasal --- diff --git a/getopt/Makefile.am b/getopt/Makefile.am index f375bdf7..319e8bfa 100644 --- a/getopt/Makefile.am +++ b/getopt/Makefile.am @@ -7,8 +7,8 @@ getopt_CFLAGS = -DLIBCGETOPT=1 man_MANS = getopt.1 exampledir = $(prefix)/usr/share/getopt/ -example_DATA = getopt-parse.bash getopt-parse.tcsh \ +dist_example_DATA = getopt-parse.bash getopt-parse.tcsh \ getopt-test.bash getopt-test.tcsh -EXTRA_DIST = $(example_DATA) README Changelog COPYING +EXTRA_DIST = README Changelog COPYING