summary refs log tree commit diff
path: root/www/causal.agency/Makefile
blob: 8c74f8f103fd6f59fc2fc1dbd16bd6c55e44de78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
WEBROOT = /var/www/causal.agency

GEN = index.html scheme.css scheme.png
FILES = ${GEN} style.css alpha.html lands.html

all: ${FILES}

.SUFFIXES: .7 .html

.7.html:
	mandoc -T html -O style=style.css $< > $@

scheme.css:
	scheme -st > scheme.css

scheme.png:
	scheme -g > scheme.png

install: ${FILES}
	install -C -m 644 ${FILES} ${WEBROOT}

clean:
	rm -f ${GEN}
2019-02-10Don't match DQ string inside SQ stringJune McEnroe 2019-02-10Skip only one character if a match fails due to parentJune McEnroe 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML &quot; escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe