diff --git a/Makefile b/Makefile index 6fe50cd..37cfae1 100644 --- a/Makefile +++ b/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 diff --git a/README.md b/README.md deleted file mode 100644 index 826302c..0000000 --- a/README.md +++ /dev/null @@ -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 diff --git a/rsync_excludes.txt b/rsync_excludes.txt index 27eb259..bc8a019 100644 --- a/rsync_excludes.txt +++ b/rsync_excludes.txt @@ -1,4 +1,3 @@ -templates* -tup.config README.html -*_tmp.* +templates +tup.config