X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fconf.py;h=2c6347079c1bab4b0af89b750087c6b8383c797a;hb=ef301192f389f5f6ab4f8ed8c204ca7e115fe0b1;hp=1d99b203b329f4ef86ec6afca3e2b0d3f56cb4b6;hpb=d66b08d5fa6b3a8d5c7d622c17ece15a2a393f16;p=m6w6%2Flibmemcached diff --git a/docs/conf.py b/docs/conf.py index 1d99b203..2c634707 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'libmemcached' -copyright = u'2011, Brian Aker' +copyright = u'2011, Brian Aker DataDifferential, http://datadifferential.com/' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -211,6 +211,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ + ('libhashkit', 'libhashkit', u'libhashkit Documentation', [u'Brian Aker'], 3), ('hashkit_create', 'hashkit_clone', u'libhashkit Documentation', [u'Brian Aker'], 3), ('hashkit_create', 'hashkit_create', u'libhashkit Documentation', [u'Brian Aker'], 3), ('hashkit_create', 'hashkit_free', u'libhashkit Documentation', [u'Brian Aker'], 3),