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

FILES = index.html style.css scheme.css scheme.png

all: ${FILES}

index.html: index.7
	mandoc -T html -O style=style.css index.7 > index.html

scheme.css:
	scheme -st > scheme.css

scheme.png:
	scheme -g > scheme.png

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

clean:
	rm -f index.html scheme.css scheme.png
June McEnroe 2019-12-30Use X macro for Type enumJune McEnroe 2019-12-30Remove scoop -ABCJune McEnroe I can almost get these to work with an inner and outer SQL query, but when contexts starts overlapping it becomes a disaster, so I'm leavin it out at least for now. 2019-12-30Add limit option for litterbox's search query interfaceJune McEnroe