From 04104a35dd4a4351991fc26fd634f9a309771336 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Wed, 5 Feb 2020 13:29:25 -0600 Subject: [PATCH] add docs to EXTRA_DIST --- Makefile.am | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Makefile.am b/Makefile.am index f4cda529a66..74815e7f496 100644 --- a/Makefile.am +++ b/Makefile.am @@ -915,6 +915,36 @@ php_EXTRA_DIST= \ python_EXTRA_DIST= \ python/MANIFEST.in \ + python/generate_docs.py \ + python/docs/requirements.txt \ + python/docs/make.bat \ + python/docs/index.rst \ + python/docs/google/protobuf/wrappers_pb2.rst \ + python/docs/google/protobuf/type_pb2.rst \ + python/docs/google/protobuf/timestamp_pb2.rst \ + python/docs/google/protobuf/text_format.rst \ + python/docs/google/protobuf/text_encoding.rst \ + python/docs/google/protobuf/symbol_database.rst \ + python/docs/google/protobuf/struct_pb2.rst \ + python/docs/google/protobuf/service_reflection.rst \ + python/docs/google/protobuf/service.rst \ + python/docs/google/protobuf/reflection.rst \ + python/docs/google/protobuf/proto_builder.rst \ + python/docs/google/protobuf/message_factory.rst \ + python/docs/google/protobuf/message.rst \ + python/docs/google/protobuf/json_format.rst \ + python/docs/google/protobuf/field_mask_pb2.rst \ + python/docs/google/protobuf/empty_pb2.rst \ + python/docs/google/protobuf/duration_pb2.rst \ + python/docs/google/protobuf/descriptor_pool.rst \ + python/docs/google/protobuf/descriptor_pb2.rst \ + python/docs/google/protobuf/descriptor_database.rst \ + python/docs/google/protobuf/descriptor.rst \ + python/docs/google/protobuf/any_pb2.rst \ + python/docs/google/protobuf.rst \ + python/docs/environment.yml \ + python/docs/conf.py \ + python/docs/Makefile \ python/google/__init__.py \ python/google/protobuf/__init__.py \ python/google/protobuf/compiler/__init__.py \