1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-22 08:37:09 +00:00

Add seafile-tutorial doc.

This commit is contained in:
Jiaqiang Xu 2016-08-20 15:39:50 +08:00
parent f52ffdfb23
commit f8b9c37a08
4 changed files with 4 additions and 2 deletions

View File

@ -14,9 +14,9 @@ endif
MAKE_SERVER = server tools $(MAKE_CONTROLLER) $(MAKE_FUSE) 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 = \
intltool-extract.in \ intltool-extract.in \

View File

@ -355,6 +355,7 @@ AC_CONFIG_FILES(
python/seaserv/Makefile python/seaserv/Makefile
controller/Makefile controller/Makefile
tools/Makefile tools/Makefile
doc/Makefile
) )
AC_OUTPUT AC_OUTPUT

1
doc/Makefile.am Normal file
View File

@ -0,0 +1 @@
EXTRA_DIST = seafile-tutorial.doc

BIN
doc/seafile-tutorial.doc Normal file

Binary file not shown.