Skip to content

Commit 785981b

Browse files
committed
CDRIVER-1424 fix make distcheck when doc/html/ exists
1 parent c77271e commit 785981b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/html/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CLEANFILES += $(wildcard doc/html/*.png)
66
.PHONY: doc/html
77

88
doc/html:
9-
-mkdir doc/html
9+
-mkdir -p doc/html
1010
$(AM_V_GEN)$(YELP_BUILD) html -x $(top_srcdir)/build/libmongoc.xsl -o doc/html/ doc
1111

1212
YELP_HTML_FILES = \

0 commit comments

Comments
 (0)