summary refs log tree commit diff
path: root/www/text.causal.agency/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-20 22:48:55 -0500
committerJune McEnroe <june@causal.agency>2021-02-20 22:48:55 -0500
commitdcec0a35dddc1a60b2daebdf4c5960d1fde7d53d (patch)
tree597e44af783f809bb409595fdbf3a5f19f0978c4 /www/text.causal.agency/Makefile
parentFix (hopefully) matching shell reserved words (diff)
downloadsrc-dcec0a35dddc1a60b2daebdf4c5960d1fde7d53d.tar.gz
src-dcec0a35dddc1a60b2daebdf4c5960d1fde7d53d.zip
Publish "Unpasswords"
Diffstat (limited to 'www/text.causal.agency/Makefile')
-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 01cefa9d..6063abb1 100644
--- a/www/text.causal.agency/Makefile
+++ b/www/text.causal.agency/Makefile
@@ -19,6 +19,7 @@ TXTS += 013-hot-tips.txt
 TXTS += 014-using-vi.txt
 TXTS += 015-reusing-tags.txt
 TXTS += 016-using-openbsd.txt
+TXTS += 017-unpasswords.txt
 
 all: ${TXTS}
 
tr>2020-02-11Use time_t for save signatureJune McEnroe 2020-02-11Set self.nick to * initiallyJune McEnroe 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe