]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: remove some man pages from PATHFILES
authorKarel Zak <kzak@redhat.com>
Fri, 26 Mar 2021 09:13:17 +0000 (10:13 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 26 Mar 2021 09:15:19 +0000 (10:15 +0100)
fix warnings:

 Makefile:15936: warning: overriding recipe for target 'misc-utils/uuidd.8'
 Makefile:15928: warning: ignoring old recipe for target 'misc-utils/uuidd.8'
 Makefile:15936: warning: overriding recipe for target 'misc-utils/getopt.1'
 Makefile:15928: warning: ignoring old recipe for target 'misc-utils/getopt.1'

Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/Makemodule.am

index be83bc7d56864f46ee16657acb53831c55127718..6f19dc4b81ad4cae57574185821019f7e742efa3 100644 (file)
@@ -128,7 +128,6 @@ test_uuidd_CFLAGS = $(AM_CFLAGS) -I$(ul_libuuid_incdir)
 endif # BUILD_UUIDD
 
 PATHFILES += \
-       misc-utils/uuidd.8 \
        misc-utils/uuidd.rc \
        misc-utils/uuidd.service \
        misc-utils/uuidd.socket
@@ -203,7 +202,6 @@ endif
 if BUILD_GETOPT
 usrbin_exec_PROGRAMS += getopt
 dist_man_MANS += misc-utils/getopt.1
-PATHFILES += misc-utils/getopt.1
 getopt_SOURCES = misc-utils/getopt.c
 getopt_LDADD = $(LDADD) libcommon.la
 getoptexampledir = $(docdir)