From c0005bfa0f90efd5d1b8c5c00f2c1176275c6fa2 Mon Sep 17 00:00:00 2001 From: Yura Pakhuchiy Date: Wed, 26 Sep 2007 22:51:41 +0300 Subject: [PATCH] Add libntfs man page to build system --- configure.ac | 1 + libntfs/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d2902c8f..bb2c49f8 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/libntfs/Makefile.am b/libntfs/Makefile.am index 10655eb9..1ed97fbd 100644 --- a/libntfs/Makefile.am +++ b/libntfs/Makefile.am @@ -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)