mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-19 21:43:34 -04:00
Add doc/Makefile.am
This commit is contained in:
+2
-7
@@ -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
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user