libuuid: generate uuid_generate_{random,time}.3 man page links

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2009-07-16 01:09:47 +02:00
parent 033d144299
commit 723fd219f4
2 changed files with 10 additions and 0 deletions

2
shlibs/uuid/man/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
uuid_generate_random.3
uuid_generate_time.3

View File

@ -2,3 +2,11 @@ include $(top_srcdir)/config/include-Makefile.am
dist_man_MANS = uuid.3 uuid_clear.3 uuid_compare.3 uuid_copy.3 uuid_generate.3 \
uuid_is_null.3 uuid_parse.3 uuid_time.3 uuid_unparse.3
UUID_GENERATE_LINKS = uuid_generate_random.3 uuid_generate_time.3
man_MANS = $(UUID_GENERATE_LINKS)
CLEANFILES = $(man_MANS)
$(UUID_GENERATE_LINKS): uuid_generate.3
echo ".so man3/uuid_generate.3" > $@