summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-27 16:50:25 -0400
committerJune McEnroe <june@causal.agency>2018-09-27 16:50:25 -0400
commit5d8ca034508343ed1f183e6d2bb6e278c20c31d1 (patch)
treec5d409d08a62c633403e6821591e7eab3830c161 /Makefile
parentUse here documents in feed.sh (diff)
downloadsrc-5d8ca034508343ed1f183e6d2bb6e278c20c31d1.tar.gz
src-5d8ca034508343ed1f183e6d2bb6e278c20c31d1.zip
Add "Writing mdoc"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d74df97c..90d550d1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
 WEBROOT = /usr/local/www/text.causal.agency
 
 TXTS += 001-make.txt
+TXTS += 002-writing-mdoc.txt
 
 all: $(TXTS)
 
ada4e0dd70d08f652&follow=1'>FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 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 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe