Skip to content

Commit 85f3d5e

Browse files
author
Sam Kleinman
committed
build: automating tweak
1 parent 620875f commit 85f3d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ $(public-branch-output)/release.txt:$(public-output)/manual
180180
$(public-output)/manual:
181181
@bin/create-link $(manual-branch) manual $@
182182
$(public-output):
183-
mkdir -p $@
183+
-mkdir -p $@
184184
$(public-branch-output):$(public-output)
185-
mkdir -p $@
185+
-mkdir -p $@
186186

187187
$(public-output)/index.html:themes/docs.mongodb.org/index.html
188188
@cp $< $@

0 commit comments

Comments
 (0)