Add libntfs man page to build system
parent
a92649480c
commit
c0005bfa0f
|
@ -393,6 +393,7 @@ AC_CONFIG_FILES([
|
|||
include/ntfs/Makefile
|
||||
libntfs/Makefile
|
||||
libntfs/libntfs.conf
|
||||
libntfs/libntfs.8
|
||||
libntfs/libntfs-gnomevfs.8
|
||||
ntfsprogs/Makefile
|
||||
ntfsprogs/mkntfs.8
|
||||
|
|
|
@ -87,7 +87,8 @@ libntfs_gnomevfs_la_SOURCES = \
|
|||
gnome-vfs-method.c \
|
||||
gnome-vfs-module.c
|
||||
|
||||
man_MANS = libntfs-gnomevfs.8
|
||||
man_MANS = libntfs.8 \
|
||||
libntfs-gnomevfs.8
|
||||
|
||||
AM_CPPFLAGS = $(linux_ntfsincludedir) $(all_includes)
|
||||
|
||||
|
|
Loading…
Reference in New Issue