Ensure that all files necessary to generate docs are included in package.
This commit is contained in:
parent
6174f199ed
commit
2eaa2423fb
@ -270,6 +270,10 @@ EXTRA_DIST = \
|
||||
examples/http/server/request_parser.hpp \
|
||||
examples/http/server/server.hpp \
|
||||
examples/http/server/win_main.cpp \
|
||||
examples/serialization/client.cpp \
|
||||
examples/serialization/server.cpp \
|
||||
examples/serialization/connection.hpp \
|
||||
examples/serialization/stock.hpp \
|
||||
examples/ssl/README \
|
||||
examples/ssl/ca.pem \
|
||||
examples/ssl/server.pem \
|
||||
|
@ -120,9 +120,11 @@ EXTRA_DIST = \
|
||||
concepts/Sync_Write_Stream.hpp \
|
||||
design/buffers_dox.txt \
|
||||
design/closeascancel_dox.txt \
|
||||
design/glossary_dox.txt \
|
||||
design/handlers_dox.txt \
|
||||
design/implementation_dox.txt \
|
||||
design/index_dox.txt \
|
||||
design/proactor.dot \
|
||||
design/proactor_dox.txt \
|
||||
design/services_dox.txt \
|
||||
design/threads_dox.txt \
|
||||
|
Loading…
Reference in New Issue
Block a user