summary refs log tree commit diff
path: root/www/causal.agency/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/causal.agency/Makefile')
-rw-r--r--www/causal.agency/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/www/causal.agency/Makefile b/www/causal.agency/Makefile
new file mode 100644
index 00000000..fdb1748e
--- /dev/null
+++ b/www/causal.agency/Makefile
@@ -0,0 +1,31 @@
+WEBROOT = /usr/local/www/causal.agency
+
+FILES = index.html scheme.png
+
+all: ${FILES}
+
+install: ${FILES}
+	install -C -m 644 ${FILES} ${WEBROOT}
+
+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.torus.pty = -n -h 25
+FLAGS.scheme.pty = -n -h 10
+FLAGS.play.pty = -h 16
+
+.SUFFIXES: .html .pty
+
+.pty.html:
+	shotty ${FLAGS.$<} $< > $@
+
+scheme.css:
+	scheme -s > scheme.css
+
+scheme.png:
+	scheme -g > scheme.png
+
+clean:
+	rm -f ${FILES} ${INCLUDES}
mit/bin/hi.c?id=53751f31fce9b0c2fc6c8bb4be9195f0ce546cf9&follow=1'>Match Sh and Ss as Tag in mdocJune McEnroe 2019-02-18Match statics and typedefs as TagJune McEnroe 2019-02-18Clean up htmlHeaderJune McEnroe 2019-02-18Remove hi line numberingJune McEnroe 2019-02-18Add Tag class to hiJune McEnroe 2019-02-17Generate HTML with hi -n -f html -o anchorJune McEnroe 2019-02-17Add hi -f html -o anchor for line number linksJune McEnroe 2019-02-17Simplify temp trap in upJune McEnroe 2019-02-17Add line numbers to hiJune McEnroe 2019-02-17Always split spans after newlinesJune McEnroe 2019-02-15Color format specifiers light cyan in vimJune McEnroe 2019-02-15Highlight Interp as yellowJune McEnroe 2019-02-15Highlight strings in sh command substitutionsJune McEnroe 2019-02-15Add nmap gpJune McEnroe 2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe 2019-02-13Add forgotten "sixth" book of H2G2June McEnroe