Skip to content

Commit 14e682b

Browse files
committed
build: add CONTRIBUTING.md to EXTRA_DIST.
1 parent c13d701 commit 14e682b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ mongocdoc_DATA = \
3535
README.rst
3636
EXTRA_DIST += $(mongocdoc_DATA)
3737

38-
EXTRA_DIST += CMakeLists.txt
38+
EXTRA_DIST += \
39+
CMakeLists.txt \
40+
CONTRIBUTING.md
3941

4042
dist-hook:
4143
@if test -d "$(srcdir)/.git"; then \

0 commit comments

Comments
 (0)