summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Müller2019-07-22 16:20:40 +0200
committerWolfgang Müller2019-07-22 16:20:40 +0200
commit21407317312fb8db8c376436392692f693ae1cd4 (patch)
treeddec6b286fae5b8b5d381f21967e335d1997fb25 /Makefile
parent9e8bcb3b8e6581e9c05e2dbbd9b9adecf5308b0c (diff)
downloadsite-21407317312fb8db8c376436392692f693ae1cd4.tar.gz
Makefile: Add post images to the list of files to be transferred
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a3d733..a85d62a 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,6 @@ clean:
rm -f posts/*.html index.html atom.xml style.css man.css
deploy:
- rsync -avhRP $(POSTS_HTML) fonts index.html style.css man.css logo.svg atom.xml coleridge:www/oriole.systems/
+ rsync -avhRP $(POSTS_HTML) posts/img fonts index.html style.css man.css logo.svg atom.xml coleridge:www/oriole.systems/
.PHONY: clean deploy site