diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |