summary refs log tree commit diff
path: root/www/text.causal.agency/Makefile
blob: bad7c73a5ce351996044c21cc761455a6bf6b4ed (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
24
25
WEBROOT = /usr/local/www/text.causal.agency

TXTS += 001-make.txt
TXTS += 002-writing-mdoc.txt
TXTS += 003-pleasant-c.txt
TXTS += 004-uloc.txt
TXTS += 005-testing-c.txt
TXTS += 006-some-libs.txt
TXTS += 007-cgit-setup.txt

all: ${TXTS}

.SUFFIXES: .7 .txt

.7.txt:
	mandoc $< | col -bx > $@

feed.atom: feed.sh ${TXTS}
	sh feed.sh > feed.atom

clean:
	rm -f ${TXTS} feed.atom

install: ${TXTS} feed.atom
	install -p -m 644 ${TXTS} feed.atom ${WEBROOT}
f='/src/commit/home/.config/cwm/cwmrc?id=0395f875740def3580545a0640eefe9521a0da2b&follow=1'>Set colours for Xt and cwmJune McEnroe 2021-02-07Set urgency on bell in xtermJune McEnroe 2021-02-07Add bindings for brightness controlJune McEnroe 2021-02-07Set X key repeat rateJune McEnroe 2021-02-07Bump font size to 12June McEnroe 2021-02-07Fully configure and rebind cwmJune McEnroe 2021-02-07Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe 2021-02-06Add xterm output to schemeJune McEnroe