Skip to content

Commit 16e0b40

Browse files
committed
CDRIVER-1979 fix "make dist"
1 parent f930481 commit 16e0b40

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

doc/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ EXTRA_DIST += $(wildcard doc/*.rst)
22

33
EXTRA_DIST += \
44
doc/conf.py \
5-
doc/githubpages.py \
65
doc/mongoc/__init__.py \
76
doc/mongoc-theme/globaltoc.html \
87
doc/mongoc-theme/layout.html \
98
doc/mongoc-theme/static/mongoc.css_t \
109
doc/mongoc-theme/static/pygments.css \
1110
doc/mongoc-theme/theme.conf \
12-
doc/taglist/__init__.py
11+
doc/taglist.py
1312

1413
dist-hook: man html
1514

examples/Makefile.am

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,16 @@ fam_CFLAGS = $(EXAMPLE_CFLAGS)
118118
fam_LDADD = $(EXAMPLE_LDADD)
119119

120120
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 \
121131
examples/find_and_modify_with_opts/bypass.c \
122132
examples/find_and_modify_with_opts/fields.c \
123133
examples/find_and_modify_with_opts/flags.c \

0 commit comments

Comments
 (0)