Add libntfs man page to build system

edge.strict_endians
Yura Pakhuchiy 2007-09-26 22:51:41 +03:00
parent a92649480c
commit c0005bfa0f
2 changed files with 3 additions and 1 deletions

View File

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

View File

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