0004-disable-doc-and-man.patch 1.4 KB

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