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 | ec966f4bd932379e714aafc78c6fc70117c9a704 (patch) | |
tree | 5d5d5eb816f03749538394572b938fb0895eb62c /bin/Makefile | |
parent | Use scheme CSS variables for causal.agency (diff) | |
download | src-ec966f4bd932379e714aafc78c6fc70117c9a704.tar.gz src-ec966f4bd932379e714aafc78c6fc70117c9a704.zip |
Use scheme for bin html
Diffstat (limited to '')
-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 |