diff --git a/Makefile b/Makefile index 361078e..634fd34 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,8 @@ post-htmls := $(patsubst $(src)/%.md,$(www)/%.html,$(post-sources)) .PHONY: all serve clean $(POSTCC) all: $(POSTCC) $(post-htmls) $(post_index) $(feed) $(www_root)/static + @echo "\n" + @echo "Copying the ORG-produced files..." cp -R ~/www/* $(www_root) $(www)/%.html: $(src)/%.md