Skip to content

Commit 16dd03b

Browse files
committed
check that man pages are included in tarball
1 parent cb1db40 commit 16dd03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ tasks:
381381
382382
# Check that docs were included, but sphinx temp files weren't.
383383
tarfile=mongo-c-driver-*.tar.gz
384-
docs='mongo-c-driver-*/doc/html/index.html mongo-c-driver-*/doc/man/bson_t.3'
384+
docs='mongo-c-driver-*/doc/html/index.html mongo-c-driver-*/doc/man/mongoc_client_t.3'
385385
tmpfiles='mongo-c-driver-*/doc/html/.doctrees \
386386
mongo-c-driver-*/doc/html/.buildinfo \
387387
mongo-c-driver-*/doc/man/.doctrees \

0 commit comments

Comments
 (0)