]> err.no Git - util-linux/commitdiff
libuuid: generate uuid_generate_{random,time}.3 man page links
authorKarel Zak <kzak@redhat.com>
Wed, 15 Jul 2009 23:09:47 +0000 (01:09 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 15 Jul 2009 23:12:42 +0000 (01:12 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/uuid/man/.gitignore [new file with mode: 0644]
shlibs/uuid/man/Makefile.am

diff --git a/shlibs/uuid/man/.gitignore b/shlibs/uuid/man/.gitignore
new file mode 100644 (file)
index 0000000..396a0dc
--- /dev/null
@@ -0,0 +1,2 @@
+uuid_generate_random.3
+uuid_generate_time.3
index 1f926390b05693bc557ddba10cc96c68ec27f2c1..ffaf0241c220e9f70cfcf1301e217aaf6d727e21 100644 (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" > $@