~pr0gg3d/ubuntu/oneiric/util-linux/bug-805886

« back to all changes in this revision

Viewing changes to shlibs/uuid/man/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-07-16 15:48:23 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090716154823-i26fshvs4v8h90qh
Tags: 2.16-1ubuntu1
* Merge from Debian, remaining changes:
  - Since udev is required in Ubuntu, the hwclock.sh init script is
    not called on startup and the hwclockfirst.sh init script is
    removed.
  - Remove /etc/adjtime on upgrade if it was not used.
  - Install custom blkid.conf to use /dev/.blkid.tab since we don't
    expect device names to survive a reboot
  - No lsb_release call in mount.preinst since we'd need Pre-Depends
    (LP: #383697).

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
 
7
 
 
8
man_MANS = $(UUID_GENERATE_LINKS)
 
9
CLEANFILES = $(man_MANS)
 
10
 
 
11
$(UUID_GENERATE_LINKS): uuid_generate.3
 
12
        echo ".so man3/uuid_generate.3" > $@