mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
install ntfs-3g.usermap and ntfs-3g.secaudit manual pages
This commit is contained in:
parent
8911ad93e1
commit
80f3a5885a
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user