From 520f470c955dde318623c724537824028a6b31b8 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Wed, 6 Apr 2011 19:02:53 -0700 Subject: [PATCH] Fix hashkit stuff in index --- docs/include.am | 2 ++ docs/index.rst | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/include.am b/docs/include.am index 4064740b..dc3c5afc 100644 --- a/docs/include.am +++ b/docs/include.am @@ -285,6 +285,8 @@ man_MANS+= \ docs/memslap.1 \ docs/memstat.1 +man: man_MANS + DISTCLEANFILES+= \ docs/hashkit_clone.3 \ docs/hashkit_crc32.3 \ diff --git a/docs/index.rst b/docs/index.rst index 05db3cab..b8931239 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,9 +11,25 @@ Contents: .. toctree:: :maxdepth: 2 + hashkit_clone hashkit_create hashkit_functions hashkit_value + hashkit_crc32 + hashkit_fnv1_32 + hashkit_fnv1_64 + hashkit_fnv1a_32 + hashkit_fnv1a_64 + hashkit_free + hashkit_hsieh + hashkit_is_allocated + hashkit_jenkins + hashkit_md5 + hashkit_murmur + memcached_destroy_sasl_auth_data + memcached_get_sasl_callbacks + memcached_sasl_set_auth_data + memcached_set_sasl_callbacks libmemcached libmemcached_examples libmemcachedutil -- 2.30.2