diff options
author | Wolfgang Müller | 2019-07-22 16:20:40 +0200 |
---|---|---|
committer | Wolfgang Müller | 2019-07-22 16:20:40 +0200 |
commit | 21407317312fb8db8c376436392692f693ae1cd4 (patch) | |
tree | ddec6b286fae5b8b5d381f21967e335d1997fb25 /Makefile | |
parent | 9e8bcb3b8e6581e9c05e2dbbd9b9adecf5308b0c (diff) | |
download | site-21407317312fb8db8c376436392692f693ae1cd4.tar.gz |
Makefile: Add post images to the list of files to be transferred
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |