X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2FMakefile.am;h=e97ff32a3408267e0e79b666e57d9d643693373a;hb=b175c6025c67cb8fa756750d53fb96fd888076de;hp=398124e578e662bc72608a838150988fd189d3c0;hpb=3cc0dd0ea0b37e346bbc187042c76149f2870ebf;p=m6w6%2Flibmemcached diff --git a/docs/Makefile.am b/docs/Makefile.am index 398124e5..e97ff32a 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -138,7 +138,8 @@ BUILT_SOURCES += ${SET_PAGES} STATS_PAGES= \ memcached_stat.pop \ - memcached_stat_get_keys.pop .pop\ + memcached_stat_execute.pop\ + memcached_stat_get_keys.pop\ memcached_stat_get_value.pop \ memcached_stat_servername.pop BUILT_SOURCES += ${STATS_PAGES} @@ -271,6 +272,7 @@ HTML_FILES= \ memcached_set_memory_allocators.html \ memcached_set.html \ memcached_set_user_data.html \ + memcached_stat_execute.html \ memcached_stat_get_keys.html \ memcached_stat_get_value.html \ memcached_stat.html \ @@ -402,6 +404,7 @@ man_MANS = \ memcached_set_memory_allocators.3 \ memcached_set_user_data.3 \ memcached_stat.3 \ + memcached_stat_execute.3 \ memcached_stat_get_keys.3 \ memcached_stat_get_value.3 \ memcached_stat_servername.3 \