From 3f15ec68ca1db7a020ff0ef03c3fe76c5a59e06c Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 30 Jun 2020 19:15:04 -0400 Subject: Tweak causal.agency for mostly no reason --- www/causal.agency/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'www/causal.agency/Makefile') diff --git a/www/causal.agency/Makefile b/www/causal.agency/Makefile index 407a85d8..0bcea6b5 100644 --- a/www/causal.agency/Makefile +++ b/www/causal.agency/Makefile @@ -12,13 +12,14 @@ 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.torus.pty = -n -h 25 +FLAGS.scheme.pty = -n -h 10 +FLAGS.play.pty = -h 16 .SUFFIXES: .html .pty .pty.html: - shotty ${FLAGS_$<} $< > $@ + shotty ${FLAGS.$<} $< > $@ scheme.css: scheme.sed scheme -s | sed -f scheme.sed > scheme.css @@ -27,4 +28,4 @@ scheme.png: scheme -g > scheme.png clean: - rm -f *.html scheme.css scheme.png + rm -f ${FILES} ${INCLUDES} -- cgit 1.4.1 88d1f53542bf8790eced6639c26122'>refs log tree commit diff
path: root/Makefile (unfollow)
Commit message (Collapse)Author
2020-04-26Use %R for RFC numbers in STANDARDS sectionJune McEnroe
2020-04-26Add mailto spec to STANDARDSJune McEnroe
2020-04-26Increase space between nav itemsJune McEnroe
2020-04-26Add mailto address for the archiveJune McEnroe
2020-04-26Put dates on new lines in indexJune McEnroe
2020-04-26Include <> around Message-Id in mailto: URLsJune McEnroe
2020-04-26Add link to index on thread pagesJune McEnroe
2020-04-26Fall back to Content-Type name parameter for attachmentsJune McEnroe
2020-04-26Remove margins in article.message headerJune McEnroe
2020-04-26Generate index.atomJune McEnroe
2020-04-26Generate XHTML content in Atom entriesJune McEnroe
2020-04-25Style index pageJune McEnroe
2020-04-25Render index.htmlJune McEnroe
2020-04-25Wrap <summary> replies count in <data>June McEnroe
2020-04-25Accumulate thread envelopes before concatenationJune McEnroe
2020-04-24Free envelope in concatDataJune McEnroe
2020-04-24Use replyTo address in mailto:June McEnroe
2020-04-23Wrap quoted lines in <q>June McEnroe