From cd0ad2cf01b18dd1cf45c687dadf820e3b63be94 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 26 Jan 2012 17:44:35 +0100 Subject: [PATCH] Add doc/Makefile.am --- Makefile.am | 9 ++------- configure.in | 2 +- doc/Makefile.am | 5 +++++ 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 doc/Makefile.am diff --git a/Makefile.am b/Makefile.am index e0e7da0..8bb0781 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,18 +2,13 @@ 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 diff --git a/configure.in b/configure.in index 1d7dd5c..fc77856 100644 --- a/configure.in +++ b/configure.in @@ -111,7 +111,7 @@ if test "$arch" = linux -a "$cross_compiling" != "yes"; then 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 diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..ebc9679 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,5 @@ +## 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 -- 2.30.2