aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-02-21 06:49:49 -0300
committerEuAndreh <eu@euandre.org>2025-02-21 06:49:49 -0300
commitb712f9a1b1fa1150eea13603e9890e36758dece2 (patch)
tree362e84d75f8a128315523b9ead3ccbbf5cb29e34
parentetc/guix/home.scm: Update after reconfigure - keep system almost 100% up-to-date (diff)
downloaddotfiles-b712f9a1b1fa1150eea13603e9890e36758dece2.tar.gz
dotfiles-b712f9a1b1fa1150eea13603e9890e36758dece2.tar.xz
Fix references from TODOs.md to TODOs.adoc
-rw-r--r--Makefile4
-rwxr-xr-xopt/aux/gen-e-list.sh4
-rw-r--r--share/aux/cases/cp_if/aux/dev.mk2
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index cf79391..47fb4d6 100644
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ $(HOME)/mnt/crypt/.keep: $(HOME)/mnt/suyin/enc
if [ ! -e $@ ]; then cryfs $? $(@D); fi
touch $@
-$(HOME)/txt/TODOs.md:
+$(HOME)/txt/TODOs.adoc:
mkdir -p $(@D)
touch $@
@@ -86,7 +86,7 @@ $(HOME)/txt/scratch.txt:
touch $@
$(XDG_DATA_HOME)/euandreh/e.list.txt: opt/aux/gen-e-list.sh \
- $(HOME)/txt/TODOs.md $(HOME)/txt/scratch.txt
+ $(HOME)/txt/TODOs.adoc $(HOME)/txt/scratch.txt
sh opt/aux/gen-e-list.sh > $@
diff --git a/opt/aux/gen-e-list.sh b/opt/aux/gen-e-list.sh
index 7102e27..c8f99da 100755
--- a/opt/aux/gen-e-list.sh
+++ b/opt/aux/gen-e-list.sh
@@ -3,7 +3,7 @@ set -eu
{
cat <<-EOF
- ~/txt/TODOs.md
+ ~/txt/TODOs.adoc
~/txt/scratch.txt
$XDG_CONFIG_HOME/sh/rc
$XDG_CONFIG_HOME/guix/home.scm
@@ -13,7 +13,7 @@ set -eu
find \
~/txt/*.txt ~/txt/*.md \
- -not -name TODOs.md -and \
+ -not -name TODOs.adoc -and \
-not -name scratch.txt |
LANG=POSIX.UTF-8 sort
diff --git a/share/aux/cases/cp_if/aux/dev.mk b/share/aux/cases/cp_if/aux/dev.mk
index 2eb11d6..fcfadac 100644
--- a/share/aux/cases/cp_if/aux/dev.mk
+++ b/share/aux/cases/cp_if/aux/dev.mk
@@ -40,7 +40,7 @@ public/index.html:
public/ci:
sh aux/ci/report.sh -n "`basename "$$PWD"`" -o $@
-public/TODOs.html: TODOs.md aux/preamble-md
+public/TODOs.html: TODOs.adoc aux/preamble-md
mkdir -p $(@D)
td -H | cat aux/preamble-md - | pandoc -s -r commonmark -w html \
-H aux/headers.html \