summaryrefslogtreecommitdiff
path: root/getopt
diff options
context:
space:
mode:
authorStepan Kasal <skasal@redhat.com>2007-12-04 19:21:46 +0100
committerKarel Zak <kzak@redhat.com>2007-12-17 10:08:49 +0100
commita3ca3a44c552888a9d898ce2a8cf37fee61b9861 (patch)
treea88fa97bd4fe02709d50c23e5e959a47aaef724d /getopt
parent9af2166d11cddb90d71ddca68f47d5d17423a420 (diff)
downloadutil-linux-old-a3ca3a44c552888a9d898ce2a8cf37fee61b9861.tar.gz
build-sys: use dist_man_MANS instead of man_MANS
Signed-off-by: Stepan Kasal <skasal@redhat.com>
Diffstat (limited to 'getopt')
-rw-r--r--getopt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/getopt/Makefile.am b/getopt/Makefile.am
index 03388421..644d6411 100644
--- a/getopt/Makefile.am
+++ b/getopt/Makefile.am
@@ -4,7 +4,7 @@ usrbinexec_PROGRAMS = getopt
getopt_CPPFLAGS = -DLIBCGETOPT=1 $(AM_CPPFLAGS)
-man_MANS = getopt.1
+dist_man_MANS = getopt.1
exampledir = $(datadir)/getopt/
dist_example_SCRIPTS = getopt-parse.bash getopt-parse.tcsh \