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 | 0b8af7aac0f3b8975e2fe4df713f163f77852918 (patch) | |
tree | 63f3f2df3125f308de73ecf7410efd2e15ba035a /bin/Makefile | |
parent | Remove scheme text link (diff) | |
download | src-0b8af7aac0f3b8975e2fe4df713f163f77852918.tar.gz src-0b8af7aac0f3b8975e2fe4df713f163f77852918.zip |
Revert "Use scheme to style HTMLs"
This reverts commit 4b7d5161a30645b0a23691687ef1aafdda62d3bb. I don't know why but I don't like it.
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 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 |