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
|
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/
|
|
||||||
|
|
|
@ -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
|
README.html
|
||||||
*_tmp.*
|
templates
|
||||||
|
tup.config
|
||||||
|
|
Loading…
Reference in a new issue