summary refs log tree commit diff
path: root/www/text.causal.agency/Makefile
blob: c1b796456abc5a83de82e8e7d08cdf9fd5372be6 (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
26
27
28
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
TXTS += 008-how-irc.txt
TXTS += 009-casual-update.txt
TXTS += 010-irc-suite.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}
='/src/commit/bin/qf.c?id=867f1c9743e0cecab44b07324ef3108bb0f2160a&follow=1'>Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe