This is unnecessary, we have ${docsdir}/util-linux which is good
enough for these two getopt examples. I guess the "getopt"
subdirectory is legacy from time getopt has been merged into
util-linux.
Signed-off-by: Karel Zak <kzak@redhat.com>
dist_man_MANS += misc-utils/getopt.1
PATHFILES += misc-utils/getopt.1
getopt_SOURCES = misc-utils/getopt.c
-getoptexampledir = $(docdir)/getopt/
+getoptexampledir = $(docdir)
dist_getoptexample_DATA = \
misc-utils/getopt-example.bash \
misc-utils/getopt-example.tcsh
Example scripts for (ba)sh and (t)csh are provided with the
.BR getopt (1)
distribution, and are installed in
-.I @docdir@/getopt/
+.I @docdir@
directory.
.SH ENVIRONMENT
.IP POSIXLY_CORRECT