diff --git a/Makefile.am b/Makefile.am index 4571b90..16d03aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,9 +14,9 @@ endif MAKE_SERVER = server tools $(MAKE_CONTROLLER) $(MAKE_FUSE) -SUBDIRS = include lib common python $(MAKE_SERVER) +SUBDIRS = include lib common python $(MAKE_SERVER) doc -DIST_SUBDIRS = include lib common python server tools controller fuse +DIST_SUBDIRS = include lib common python server tools controller fuse doc INTLTOOL = \ intltool-extract.in \ diff --git a/configure.ac b/configure.ac index 9495929..d25eb8d 100644 --- a/configure.ac +++ b/configure.ac @@ -355,6 +355,7 @@ AC_CONFIG_FILES( python/seaserv/Makefile controller/Makefile tools/Makefile + doc/Makefile ) AC_OUTPUT diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..95a7b31 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = seafile-tutorial.doc diff --git a/doc/seafile-tutorial.doc b/doc/seafile-tutorial.doc new file mode 100644 index 0000000..63fdf05 Binary files /dev/null and b/doc/seafile-tutorial.doc differ