projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
df85b48
)
Fix hashkit stuff in index
author
Brian Aker
<brian@tangent.org>
Thu, 7 Apr 2011 02:02:53 +0000
(19:02 -0700)
committer
Brian Aker
<brian@tangent.org>
Thu, 7 Apr 2011 02:02:53 +0000
(19:02 -0700)
docs/include.am
patch
|
blob
|
history
docs/index.rst
patch
|
blob
|
history
diff --git
a/docs/include.am
b/docs/include.am
index 4064740b4700703dda2b0802a77435c8ac6bf712..dc3c5afc941d0571c6e2f89d75a96d706f681f97 100644
(file)
--- 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 05db3cab20337dda18d10089ab295c1009b1995b..b8931239d8b2982c47b02823a762a5455e8946ec 100644
(file)
--- 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