We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356c717 commit 67b9d92Copy full SHA for 67b9d92
Makefile
@@ -88,6 +88,8 @@ publish: px
88
89
publishbeta: px
90
rm -f $(WEBHOME)/beta/*.px
91
+ mkdir -p $(WEBHOME)/beta
92
cp doc/_build/px/*.px $(WEBHOME)/beta
93
rm -f $(WEBHOME)/sample_html_beta/*.*
94
+ mkdir -p $(WEBHOME)/sample_html_beta
95
cp doc/sample_html_beta/*.* $(WEBHOME)/sample_html_beta
0 commit comments