Update Makefile

master
Fabien Freling 2019-11-01 16:23:53 +01:00
parent e89395ae0f
commit 3cef082a10
3 changed files with 7 additions and 15 deletions

View File

@ -1,17 +1,15 @@
all: tup
all: build
tup:
build:
tup build
graph:
tup graph . | dot -Tpng > graph.png
deploy: tup
deploy: build
rsync --checksum --copy-links -ave 'ssh -p 4242' \
--exclude-from=rsync_excludes.txt \
build/* fab@ffreling.com:public_html/ffreling.com/public/
preview: tup
rsync --checksum --copy-links -ave 'ssh -p 4242' \
--exclude-from=rsync_excludes.txt \
build/* preview/
preview: build
open build/index.html

View File

@ -1,5 +0,0 @@
Web fonts
---------
- https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Web_fonts
- https://www.fontsquirrel.com/tools/webfont-generator

View File

@ -1,4 +1,3 @@
templates*
tup.config
README.html
*_tmp.*
templates
tup.config