diff options
author | June McEnroe <june@causal.agency> | 2020-08-23 19:15:46 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-23 19:15:46 -0400 |
commit | f197f33d4c82371423ad810d7a5700738b4fb01c (patch) | |
tree | fb221f3d5d02e11eb40f27a32045283dc9c6513e /bin/Makefile | |
parent | Use scheme CSS variables for causal.agency (diff) | |
download | src-f197f33d4c82371423ad810d7a5700738b4fb01c.tar.gz src-f197f33d4c82371423ad810d7a5700738b4fb01c.zip |
Use scheme for bin html
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index 09ec952e..5aa9acf9 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -116,7 +116,7 @@ WEBROOT = /usr/local/www/causal.agency html: ${HTMLS} @true -${HTMLS}: html.sh hi ttpre +${HTMLS}: html.sh scheme hi ttpre .SUFFIXES: .html |