bump the makefile
This commit is contained in:
parent
06322669bb
commit
0e3a2e34e8
2
Makefile
2
Makefile
|
@ -18,6 +18,8 @@ post-htmls := $(patsubst $(src)/%.md,$(www)/%.html,$(post-sources))
|
||||||
.PHONY: all serve clean $(POSTCC)
|
.PHONY: all serve clean $(POSTCC)
|
||||||
|
|
||||||
all: $(POSTCC) $(post-htmls) $(post_index) $(feed) $(www_root)/static
|
all: $(POSTCC) $(post-htmls) $(post_index) $(feed) $(www_root)/static
|
||||||
|
@echo "\n"
|
||||||
|
@echo "Copying the ORG-produced files..."
|
||||||
cp -R ~/www/* $(www_root)
|
cp -R ~/www/* $(www_root)
|
||||||
|
|
||||||
$(www)/%.html: $(src)/%.md
|
$(www)/%.html: $(src)/%.md
|
||||||
|
|
Loading…
Reference in New Issue