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 tup build
graph: graph:
tup graph . | dot -Tpng > graph.png tup graph . | dot -Tpng > graph.png
deploy: tup deploy: build
rsync --checksum --copy-links -ave 'ssh -p 4242' \ rsync --checksum --copy-links -ave 'ssh -p 4242' \
--exclude-from=rsync_excludes.txt \ --exclude-from=rsync_excludes.txt \
build/* fab@ffreling.com:public_html/ffreling.com/public/ build/* fab@ffreling.com:public_html/ffreling.com/public/
preview: tup preview: build
rsync --checksum --copy-links -ave 'ssh -p 4242' \ open build/index.html
--exclude-from=rsync_excludes.txt \
build/* preview/

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 README.html
*_tmp.* templates
tup.config