ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = @subdirs2@
+SUBDIRS = @subdirs2@ doc
EXTRA_DIST = \
fuse.pc.in \
README* \
Filesystems \
- FAQ \
- doc/how-fuse-works \
- doc/kernel.txt \
- doc/Doxyfile
-
-man_MANS = doc/fusermount.1 doc/mount.fuse.8 doc/ulockmgr_server.1
+ FAQ
pkgconfigdir = @pkgconfigdir@
pkgconfig_DATA = fuse.pc
fi
fi
-AC_CONFIG_FILES([fuse.pc Makefile lib/Makefile util/Makefile example/Makefile include/Makefile])
+AC_CONFIG_FILES([fuse.pc Makefile lib/Makefile util/Makefile example/Makefile include/Makefile doc/Makefile])
AC_OUTPUT
if test "$util_linux_ok" = no; then
--- /dev/null
+## Process this file with automake to produce Makefile.in
+
+dist_man_MANS = fusermount.1 mount.fuse.8 ulockmgr_server.1
+
+EXTRA_DIST = how-fuse-works kernel.txt Doxyfile