~ubuntu-branches/ubuntu/quantal/libarchive/quantal

« back to all changes in this revision

Viewing changes to doc/text/Makefile

  • Committer: Package Import Robot
  • Author(s): Andres Mejia
  • Date: 2012-02-23 19:29:24 UTC
  • mfrom: (8.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120223192924-73n4iedok5fwgsyr
Tags: 3.0.3-5
* Detect if locales or locales-all is installed for use with test suite.
* Bump Standards-Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
archive_entry.3.txt: ../../libarchive/archive_entry.3
6
6
        nroff -mdoc ../../libarchive/archive_entry.3 | col -b > archive_entry.3.txt
7
7
 
 
8
archive_entry_acl.3.txt: ../../libarchive/archive_entry_acl.3
 
9
        nroff -mdoc ../../libarchive/archive_entry_acl.3 | col -b > archive_entry_acl.3.txt
 
10
 
 
11
archive_entry_linkify.3.txt: ../../libarchive/archive_entry_linkify.3
 
12
        nroff -mdoc ../../libarchive/archive_entry_linkify.3 | col -b > archive_entry_linkify.3.txt
 
13
 
 
14
archive_entry_paths.3.txt: ../../libarchive/archive_entry_paths.3
 
15
        nroff -mdoc ../../libarchive/archive_entry_paths.3 | col -b > archive_entry_paths.3.txt
 
16
 
 
17
archive_entry_perms.3.txt: ../../libarchive/archive_entry_perms.3
 
18
        nroff -mdoc ../../libarchive/archive_entry_perms.3 | col -b > archive_entry_perms.3.txt
 
19
 
 
20
archive_entry_stat.3.txt: ../../libarchive/archive_entry_stat.3
 
21
        nroff -mdoc ../../libarchive/archive_entry_stat.3 | col -b > archive_entry_stat.3.txt
 
22
 
 
23
archive_entry_time.3.txt: ../../libarchive/archive_entry_time.3
 
24
        nroff -mdoc ../../libarchive/archive_entry_time.3 | col -b > archive_entry_time.3.txt
 
25
 
8
26
archive_read.3.txt: ../../libarchive/archive_read.3
9
27
        nroff -mdoc ../../libarchive/archive_read.3 | col -b > archive_read.3.txt
10
28
 
11
29
archive_read_disk.3.txt: ../../libarchive/archive_read_disk.3
12
30
        nroff -mdoc ../../libarchive/archive_read_disk.3 | col -b > archive_read_disk.3.txt
13
31
 
 
32
archive_read_set_options.3.txt: ../../libarchive/archive_read_set_options.3
 
33
        nroff -mdoc ../../libarchive/archive_read_set_options.3 | col -b > archive_read_set_options.3.txt
 
34
 
14
35
archive_util.3.txt: ../../libarchive/archive_util.3
15
36
        nroff -mdoc ../../libarchive/archive_util.3 | col -b > archive_util.3.txt
16
37
 
20
41
archive_write_disk.3.txt: ../../libarchive/archive_write_disk.3
21
42
        nroff -mdoc ../../libarchive/archive_write_disk.3 | col -b > archive_write_disk.3.txt
22
43
 
 
44
archive_write_set_options.3.txt: ../../libarchive/archive_write_set_options.3
 
45
        nroff -mdoc ../../libarchive/archive_write_set_options.3 | col -b > archive_write_set_options.3.txt
 
46
 
23
47
cpio.5.txt: ../../libarchive/cpio.5
24
48
        nroff -mdoc ../../libarchive/cpio.5 | col -b > cpio.5.txt
25
49
 
43
67
 
44
68
bsdcpio.1.txt: ../../cpio/bsdcpio.1
45
69
        nroff -mdoc ../../cpio/bsdcpio.1 | col -b > bsdcpio.1.txt
46
 
all: archive_entry.3.txt archive_read.3.txt archive_read_disk.3.txt archive_util.3.txt archive_write.3.txt archive_write_disk.3.txt cpio.5.txt libarchive-formats.5.txt libarchive.3.txt libarchive_internals.3.txt mtree.5.txt tar.5.txt bsdtar.1.txt bsdcpio.1.txt
 
70
all: archive_entry.3.txt archive_entry_acl.3.txt archive_entry_linkify.3.txt archive_entry_paths.3.txt archive_entry_perms.3.txt archive_entry_stat.3.txt archive_entry_time.3.txt archive_read.3.txt archive_read_disk.3.txt archive_read_set_options.3.txt archive_util.3.txt archive_write.3.txt archive_write_disk.3.txt archive_write_set_options.3.txt cpio.5.txt libarchive-formats.5.txt libarchive.3.txt libarchive_internals.3.txt mtree.5.txt tar.5.txt bsdtar.1.txt bsdcpio.1.txt