summaryrefslogtreecommitdiff
path: root/misc/getopt/files/patch-Makefile.in
blob: a22fa85f1738843b3ae675891e7b72938730d721 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- Makefile.in.orig	2025-06-24 07:57:05 UTC
+++ Makefile.in
@@ -5974,7 +5974,7 @@ ADOCFILES_COMMON = man-common/bugreports.adoc man-comm
 	man-common/footer-lib.adoc man-common/help-version.adoc \
 	man-common/in-bytes.adoc man-common/manpage-stub.adoc \
 	man-common/translation.adoc
-MANPAGES = lib/terminal-colors.d.5 $(am__append_20) $(am__append_31) \
+MANPAGES = $(am__append_20) $(am__append_31) \
 	$(am__append_55) $(am__append_89) $(am__append_106) \
 	$(am__append_109) $(am__append_112) $(am__append_115) \
 	$(am__append_118) $(am__append_121) $(am__append_124) \
@@ -6093,7 +6093,7 @@ DISTCLEANFILES = po-man/util-linux-man.pot $(POMAN_PO_
 	$(am__append_533) $(am__append_720) $(PATHFILES) \
 	$(EXTRA_LTLIBRARIES)
 DISTCLEANFILES = po-man/util-linux-man.pot $(POMAN_PO_FILES)
-SUBDIRS = po $(am__append_52) $(am__append_75) $(am__append_86) \
+SUBDIRS = $(am__append_52) $(am__append_75) $(am__append_86) \
 	$(am__append_102)
 RCS_FIND_IGNORE = \( -name SCCS -o -name BitKeeper -o -name .svn -o \
 		-name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o
@@ -7260,7 +7260,7 @@ test_islocal_CPPFLAGS = -DTEST_PROGRAM $(AM_CPPFLAGS)
 @BUILD_RENAME_TRUE@rename_LDADD = $(LDADD) libcommon.la
 @BUILD_GETOPT_TRUE@getopt_SOURCES = misc-utils/getopt.c
 @BUILD_GETOPT_TRUE@getopt_LDADD = $(LDADD) libcommon.la
-@BUILD_GETOPT_TRUE@getoptexampledir = $(docdir)
+@BUILD_GETOPT_TRUE@getoptexampledir = ${datarootdir}/examples/${PACKAGE_TARNAME}
 @BUILD_GETOPT_TRUE@dist_getoptexample_DATA = \
 @BUILD_GETOPT_TRUE@	misc-utils/getopt-example.bash \
 @BUILD_GETOPT_TRUE@	misc-utils/getopt-example.tcsh