diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,6 @@ POSTS_HTML = $(POSTS_MD:.md=.html) $(POSTS_XML:.xml=.html) SCSS = $(wildcard scss/_*.scss) -.PHONY: site site: index.html atom.xml style.css man.css index.html: templates/index.xml $(POSTS_HTML) @@ -32,4 +31,4 @@ 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/ -.PHONY: clean deploy +.PHONY: clean deploy site |