diff options
author | June McEnroe <june@causal.agency> | 2019-07-27 00:24:05 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-27 00:24:52 -0400 |
commit | 193f28b89e7c410736d9a5520928be25ee34040d (patch) | |
tree | 6abcea0dc43f4e1326e6f7fde1ccd13eeec6dc9c /bin/Makefile | |
parent | Remove scheme text link (diff) | |
download | src-193f28b89e7c410736d9a5520928be25ee34040d.tar.gz src-193f28b89e7c410736d9a5520928be25ee34040d.zip |
Revert "Use scheme to style HTMLs"
This reverts commit 46237a457ff3c9a813a56f2a442c115bf8610cbc. I don't know why but I don't like it.
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 c35e1c8f..1508a43b 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -121,7 +121,7 @@ WEBROOT = /usr/local/www/causal.agency html: $(HTMLS) @true -$(HTMLS): html.sh style.sed hi scheme ttpre +$(HTMLS): ttpre hi html.sh .SUFFIXES: .html |