Add doc/Makefile.am

This commit is contained in:
Miklos Szeredi
2012-01-26 17:44:35 +01:00
parent 179c677f25
commit cd0ad2cf01
3 changed files with 8 additions and 8 deletions
+2 -7
View File
@@ -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
+1 -1
View File
@@ -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
+5
View File
@@ -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