build-sys: remove some man pages from PATHFILES

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>
This commit is contained in:
Karel Zak 2021-03-26 10:13:17 +01:00
parent 68860732a7
commit eac3674f76
1 changed files with 0 additions and 2 deletions

View 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)