~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to libuuid/man/Makefile.am

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2011-11-03 15:38:23 UTC
  • mto: (4.5.5 sid) (1.6.4)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: package-import@ubuntu.com-20111103153823-10sx16jprzxlhkqf
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/config/include-Makefile.am
 
2
 
 
3
dist_man_MANS = uuid.3 uuid_clear.3 uuid_compare.3 uuid_copy.3 uuid_generate.3 \
 
4
                uuid_is_null.3 uuid_parse.3 uuid_time.3 uuid_unparse.3
 
5
 
 
6
UUID_GENERATE_LINKS = uuid_generate_random.3 uuid_generate_time.3 uuid_generate_time_safe.3
 
7
 
 
8
man_MANS = $(UUID_GENERATE_LINKS)
 
9
CLEANFILES = $(man_MANS)
 
10
 
 
11
$(UUID_GENERATE_LINKS):
 
12
        $(AM_V_GEN)echo ".so man3/uuid_generate.3" > $@