summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f16a071..1a3d733 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,6 @@ clean:
rm -f posts/*.html index.html atom.xml style.css man.css
deploy:
- rsync -avhP fonts index.html style.css man.css logo.svg atom.xml coleridge:www/oriole.systems/
- rsync -avhP posts/*.html coleridge:www/oriole.systems/posts/
+ rsync -avhRP $(POSTS_HTML) fonts index.html style.css man.css logo.svg atom.xml coleridge:www/oriole.systems/
.PHONY: clean deploy site