From 94c8a8fbde69f7d1548a4b3766babe943ba92f1a Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 9 Apr 2016 19:43:10 +0900 Subject: [PATCH] doc: Add missing rst files for cleaning --- doc/CMakeLists.txt | 2 ++ doc/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 1fa04f4f..7576b9c3 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -30,6 +30,7 @@ set(APIDOCS nghttp2_nv_compare_name.rst nghttp2_option_del.rst nghttp2_option_new.rst + nghttp2_option_set_builtin_recv_extension_type.rst nghttp2_option_set_max_reserved_remote_streams.rst nghttp2_option_set_no_auto_ping_ack.rst nghttp2_option_set_no_auto_window_update.rst @@ -117,6 +118,7 @@ set(APIDOCS nghttp2_stream_get_sum_dependency_weight.rst nghttp2_stream_get_weight.rst nghttp2_strerror.rst + nghttp2_submit_altsvc.rst nghttp2_submit_data.rst nghttp2_submit_extension.rst nghttp2_submit_goaway.rst diff --git a/doc/Makefile.am b/doc/Makefile.am index 8badad47..d23a68a6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -54,6 +54,7 @@ APIDOCS= \ nghttp2_nv_compare_name.rst \ nghttp2_option_del.rst \ nghttp2_option_new.rst \ + nghttp2_option_set_builtin_recv_extension_type.rst \ nghttp2_option_set_max_reserved_remote_streams.rst \ nghttp2_option_set_no_auto_ping_ack.rst \ nghttp2_option_set_no_auto_window_update.rst \ @@ -141,6 +142,7 @@ APIDOCS= \ nghttp2_stream_get_sum_dependency_weight.rst \ nghttp2_stream_get_weight.rst \ nghttp2_strerror.rst \ + nghttp2_submit_altsvc.rst \ nghttp2_submit_data.rst \ nghttp2_submit_extension.rst \ nghttp2_submit_goaway.rst \