It seems more simple to create small three files with man page links than generate the files on the fly. Note that the libuuid/man directory is not in builddir by default so you have to create proper directory and then create the man pages... too complex task for this three tiny files. Signed-off-by: Karel Zak <kzak@redhat.com>
14 lines
386 B
Text
14 lines
386 B
Text
|
|
dist_man_MANS += \
|
|
libuuid/man/uuid.3 \
|
|
libuuid/man/uuid_clear.3 \
|
|
libuuid/man/uuid_compare.3 \
|
|
libuuid/man/uuid_copy.3 \
|
|
libuuid/man/uuid_generate.3 \
|
|
libuuid/man/uuid_is_null.3 \
|
|
libuuid/man/uuid_parse.3 \
|
|
libuuid/man/uuid_time.3 \
|
|
libuuid/man/uuid_unparse.3 \
|
|
libuuid/man/uuid_generate_random.3 \
|
|
libuuid/man/uuid_generate_time.3 \
|
|
libuuid/man/uuid_generate_time_safe.3
|