Makefile fix.
This commit is contained in:
parent
dd1faf5b65
commit
c6fc7c4208
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -7,6 +7,7 @@ build:
|
|||
|
||||
clean:
|
||||
rm -rf _site/*
|
||||
rm -f gitlog.html
|
||||
|
||||
freshrelease:
|
||||
make clean
|
||||
|
|
@ -36,6 +37,6 @@ runclean:
|
|||
jekyll s --incremental --drafts
|
||||
|
||||
sync:
|
||||
rsync -avr --delete --delete-excluded --exclude=build.log --exclude=Makefile ./_site/ xw3.org:/var/www/xw3.org/www/htdocs/
|
||||
scp -r .well-known xw3.org:/var/www/xw3.org/www/htdocs/
|
||||
rsync -avr --delete --delete-excluded --exclude=build.log --exclude=Makefile ./_site/ xw3.org:/var/www/xw3.org/www/_site/
|
||||
scp -r .well-known xw3.org:/var/www/xw3.org/www/_site/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue