From 80f3a5885a351aeb5efbd963467a92c09d855147 Mon Sep 17 00:00:00 2001 From: szaka Date: Fri, 13 Nov 2009 19:35:57 +0000 Subject: [PATCH] install ntfs-3g.usermap and ntfs-3g.secaudit manual pages --- configure.ac | 2 ++ src/Makefile.am | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f5c2a375..538560e2 100644 --- a/configure.ac +++ b/configure.ac @@ -415,6 +415,8 @@ AC_CONFIG_FILES([ src/Makefile src/ntfs-3g.8 src/ntfs-3g.probe.8 + src/ntfs-3g.usermap.8 + src/ntfs-3g.secaudit.8 ]) AC_OUTPUT diff --git a/src/Makefile.am b/src/Makefile.am index 2f6e5516..153ef63e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,7 +12,10 @@ endif bin_PROGRAMS = ntfs-3g.probe ntfs-3g.usermap ntfs-3g.secaudit rootbin_PROGRAMS = ntfs-3g rootsbin_DATA = #Create directory -man_MANS = ntfs-3g.8 ntfs-3g.probe.8 +man_MANS = ntfs-3g.8 \ + ntfs-3g.probe.8 \ + ntfs-3g.usermap.8 \ + ntfs-3g.secaudit.8 ntfs_3g_LDADD = $(FUSE_LIBS) $(top_builddir)/libntfs-3g/libntfs-3g.la if REALLYSTATIC