Update Makefile
This commit is contained in:
parent
e89395ae0f
commit
3cef082a10
12
Makefile
12
Makefile
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -1,4 +1,3 @@
|
|||
templates*
|
||||
tup.config
|
||||
README.html
|
||||
*_tmp.*
|
||||
templates
|
||||
tup.config
|
||||
|
|
Loading…
Reference in a new issue