1From 6c01bd3562cc18fbafdf950bbeb73a399c1adcdd Mon Sep 17 00:00:00 2001 2From: Romain Naour <romain.naour@openwide.fr> 3Date: Tue, 12 May 2015 00:00:02 +0200 4Subject: [PATCH] disable doc and man 5 6WARNING: master file /home/naourr/git/buildroot/test/libmemcached-bfin/build/libmemcached-1.0.18/docs/index.rst not found 7 8Exception occurred: 9 File "/usr/lib/python2.7/site-packages/sphinx/environment.py", line 1213, in get_doctree 10 f = open(doctree_filename, 'rb') 11IOError: [Errno 2] No such file or directory: '/home/naourr/buildroot-test/test/libmemcached-bfin/build/libmemcached-1.0.18/man/.doctrees/hashkit_create.doctree' 12The full traceback has been saved in /tmp/sphinx-err-JCIsnB.log, if you want to report the issue to the developers. 13Please also report this if it was a user error, so that a better error message can be provided next time. 14Either send bugs to the mailing list at <http://groups.google.com/group/sphinx-dev/>, 15or report them in the tracker at <http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks! 16 17Signed-off-by: Romain Naour <romain.naour@openwide.fr> 18--- 19 Makefile.am | 2 -- 20 1 file changed, 2 deletions(-) 21 22diff --git a/Makefile.am b/Makefile.am 23index 7f44102..cb7d058 100644 24--- a/Makefile.am 25+++ b/Makefile.am 26@@ -55,8 +55,6 @@ endif 27 include libmemcachedutil-1.0/include.am 28 29 include clients/include.am 30-include docs/include.am 31-include man/include.am 32 33 if BUILD_LIBMEMCACHED_PROTOCOL 34 include example/include.am 35-- 361.9.3 37 38