summary refs log tree commit diff
path: root/www/text.causal.agency/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-09 16:18:14 -0400
committerJune McEnroe <june@causal.agency>2020-08-09 16:18:14 -0400
commit59ebc9fd6ac307dfdec29fc84e12dbc67efc4277 (patch)
tree2f0aae9a85b182f3bdaedf28645e3e9b4859123a /www/text.causal.agency/Makefile
parentAdd scooper update to "IRC Suite" (diff)
downloadsrc-59ebc9fd6ac307dfdec29fc84e12dbc67efc4277.tar.gz
src-59ebc9fd6ac307dfdec29fc84e12dbc67efc4277.zip
Publish "LibreTLS"
Diffstat (limited to '')
-rw-r--r--www/text.causal.agency/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/text.causal.agency/Makefile b/www/text.causal.agency/Makefile
index c1b79645..b86dee95 100644
--- a/www/text.causal.agency/Makefile
+++ b/www/text.causal.agency/Makefile
@@ -10,6 +10,7 @@ TXTS += 007-cgit-setup.txt
 TXTS += 008-how-irc.txt
 TXTS += 009-casual-update.txt
 TXTS += 010-irc-suite.txt
+TXTS += 011-libretls.txt
 
 all: ${TXTS}
 
/commit/bin/htagml.c?id=959b6cc5b728d67b561becc042e8d37cd4f54a9c&follow=1'>Prefer tag matches not preceded by [[:alnum:]]June McEnroe Otherwise the "id" in "void" matches for "void id". 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe