File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ EXTRA_DIST += $(wildcard doc/*.rst)
2
2
3
3
EXTRA_DIST += \
4
4
doc/conf.py \
5
- doc/githubpages.py \
6
5
doc/mongoc/__init__.py \
7
6
doc/mongoc-theme/globaltoc.html \
8
7
doc/mongoc-theme/layout.html \
9
8
doc/mongoc-theme/static/mongoc.css_t \
10
9
doc/mongoc-theme/static/pygments.css \
11
10
doc/mongoc-theme/theme.conf \
12
- doc/taglist/__init__ .py
11
+ doc/taglist.py
13
12
14
13
dist-hook : man html
15
14
Original file line number Diff line number Diff line change @@ -118,6 +118,16 @@ fam_CFLAGS = $(EXAMPLE_CFLAGS)
118
118
fam_LDADD = $(EXAMPLE_LDADD )
119
119
120
120
EXTRA_DIST += \
121
+ examples/doc-common-insert.c \
122
+ examples/basic_aggregation/map-reduce-basic.c \
123
+ examples/basic_aggregation/map-reduce-advanced.c \
124
+ examples/basic_aggregation/distinct.c \
125
+ examples/basic_aggregation/basic-aggregation.c \
126
+ examples/basic_aggregation/constants.c \
127
+ examples/common_operations/explain.c \
128
+ examples/common_operations/copydb.c \
129
+ examples/common_operations/common-operations.c \
130
+ examples/common_operations/clone-collection.c \
121
131
examples/find_and_modify_with_opts/bypass.c \
122
132
examples/find_and_modify_with_opts/fields.c \
123
133
examples/find_and_modify_with_opts/flags.c \
You can’t perform that action at this time.
0 commit comments