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

TXTS += 001-make.txt

all: $(TXTS)

.SUFFIXES: .7 .txt

.7.txt:
	mandoc $< | sed $$'s/.\b//g' > $@

clean:
	rm -f $(TXTS)

install:
	cp $(TXTS) $(WEBROOT)
6e53ce1bd96ac75fe8a6dea5b8&follow=1'>Avoid newline when copying URL to pasteboardJune McEnroe 2019-02-13Add forgotten "sixth" book of H2G2June McEnroe