Skip to content

Commit 67b9d92

Browse files
committed
Making the directories first is convenient.
1 parent 356c717 commit 67b9d92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ publish: px
8888

8989
publishbeta: px
9090
rm -f $(WEBHOME)/beta/*.px
91+
mkdir -p $(WEBHOME)/beta
9192
cp doc/_build/px/*.px $(WEBHOME)/beta
9293
rm -f $(WEBHOME)/sample_html_beta/*.*
94+
mkdir -p $(WEBHOME)/sample_html_beta
9395
cp doc/sample_html_beta/*.* $(WEBHOME)/sample_html_beta

0 commit comments

Comments
 (0)