diff options
author | June McEnroe <june@causal.agency> | 2019-07-25 23:16:51 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-25 23:16:51 -0400 |
commit | 46237a457ff3c9a813a56f2a442c115bf8610cbc (patch) | |
tree | 9cfb93a42f1b1f10ea1395ff911e280800cb19ae /bin/Makefile | |
parent | Don't match comments in strings in make (diff) | |
download | src-46237a457ff3c9a813a56f2a442c115bf8610cbc.tar.gz src-46237a457ff3c9a813a56f2a442c115bf8610cbc.zip |
Use scheme to style HTMLs
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 0e44f557..c2bd7a09 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -121,7 +121,7 @@ WEBROOT = /usr/local/www/causal.agency html: $(HTMLS) @true -$(HTMLS): ttpre hi html.sh +$(HTMLS): html.sh style.sed hi scheme ttpre .SUFFIXES: .html |