]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Hook up the remaining man pages.
authorJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Mon, 22 Feb 2010 04:00:13 +0000 (23:00 -0500)
committerJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Mon, 22 Feb 2010 04:00:13 +0000 (23:00 -0500)
SVN-Revision: 1958

Makefile.am
libarchive/CMakeLists.txt

index 39a162b536ce100382c9ae4f09f21234e61a1b1f..3d1e0e0b2ae0a8d326df136b2b82fd6caf1a9004 100644 (file)
@@ -187,6 +187,10 @@ libarchive_la_LDFLAGS= -no-undefined -version-info $(ARCHIVE_LIBTOOL_VERSION)
 libarchive_man_MANS=                                           \
        libarchive/archive_entry.3                              \
        libarchive/archive_entry_acl.3                          \
+       libarchive/archive_entry_linkify.3                      \
+       libarchive/archive_entry_paths.3                        \
+       libarchive/archive_entry_perms.3                        \
+       libarchive/archive_entry_stat.3                         \
        libarchive/archive_entry_time.3                         \
        libarchive/archive_read.3                               \
        libarchive/archive_read_disk.3                          \
index e445b6e3efdd9e6e2d48896485847f7170fb4ef3..33a03371db140be5f81350e5cc0f039835de23d2 100644 (file)
@@ -96,6 +96,10 @@ SET(libarchive_SOURCES
 SET(libarchive_MANS
   archive_entry.3
   archive_entry_acl.3
+  archive_entry_linkify.3
+  archive_entry_paths.3
+  archive_entry_perms.3
+  archive_entry_stat.3
   archive_entry_time.3
   archive_read.3
   archive_read_disk.3