install ntfs-3g.usermap and ntfs-3g.secaudit manual pages

This commit is contained in:
szaka 2009-11-13 19:35:57 +00:00
parent 8911ad93e1
commit 80f3a5885a
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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