diff options
Diffstat (limited to 'getopt')
-rw-r--r-- | getopt/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/getopt/Makefile.am b/getopt/Makefile.am index 7ceaf02b..f375bdf7 100644 --- a/getopt/Makefile.am +++ b/getopt/Makefile.am @@ -9,3 +9,6 @@ man_MANS = getopt.1 exampledir = $(prefix)/usr/share/getopt/ example_DATA = getopt-parse.bash getopt-parse.tcsh \ getopt-test.bash getopt-test.tcsh + +EXTRA_DIST = $(example_DATA) README Changelog COPYING + |