From 008d52873a1a5e38457271ccdae76bbeaff26fc9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 30 Aug 2011 18:47:37 -0400 Subject: Making the directories first is convenient. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 545810e..42c217f 100644 --- a/Makefile +++ b/Makefile @@ -88,6 +88,8 @@ publish: px publishbeta: px rm -f $(WEBHOME)/beta/*.px + mkdir -p $(WEBHOME)/beta cp doc/_build/px/*.px $(WEBHOME)/beta rm -f $(WEBHOME)/sample_html_beta/*.* + mkdir -p $(WEBHOME)/sample_html_beta cp doc/sample_html_beta/*.* $(WEBHOME)/sample_html_beta -- cgit v1.2.1