blog

git clone https://git.ce9e.org/blog.git

commit
206cd6e541a95edabfcc5d3a5529a4eac47a0722
parent
a11a556749c9d986ecd9ab56e730a5f991f3b633
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-10-29 13:02
make push: delete removed files

Diffstat

M Makefile 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/Makefile b/Makefile

@@ -7,7 +7,7 @@ MD_HTML := $(shell find _content -name '*.md' | sed 's/md$$/html/')
    7     7 all: build/index.html $(PAGES) $(PAGES_MD) build/feed.xml build/static/style.css $(IMG)
    8     8 
    9     9 push: all
   10    -1 	rsync -vrlc build/ ce9e:/var/www/blog
   -1    10 	rsync --delete -vrlc build/ ce9e:/var/www/blog
   11    11 
   12    12 build/%.md: _content/%.md _content/%.yml
   13    13 	@mkdir -p $$(dirname $@)