From 31922988d30b93de3cb478a7fbf6844e2ff9c08b Mon Sep 17 00:00:00 2001
From: Curtis McEnroe <june@causal.agency>
Date: Wed, 30 Oct 2019 18:34:59 -0400
Subject: Add scheme "screenshot" to causal.agency

---
 www/causal.agency/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'www/causal.agency/Makefile')

diff --git a/www/causal.agency/Makefile b/www/causal.agency/Makefile
index 6978cd72..3c07ccc6 100644
--- a/www/causal.agency/Makefile
+++ b/www/causal.agency/Makefile
@@ -7,13 +7,14 @@ all: $(FILES)
 install: $(FILES)
 	install -C -m 644 $(FILES) $(WEBROOT)
 
-INCLUDES = scheme.css torus.html play.html catgirl.html
+INCLUDES = scheme.css torus.html play.html catgirl.html scheme.html
 
 index.html: index.html.in index.sed $(INCLUDES)
 	sed -f index.sed index.html.in > index.html
 
 FLAGS_catgirl.pty = -c
 FLAGS_torus.pty = -h 25
+FLAGS_scheme.pty = -h 10
 
 .SUFFIXES: .html .pty
 
-- 
cgit 1.4.1