diff options
author | EuAndreh <eu@euandre.org> | 2025-02-21 06:49:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-02-21 06:49:49 -0300 |
commit | b712f9a1b1fa1150eea13603e9890e36758dece2 (patch) | |
tree | 362e84d75f8a128315523b9ead3ccbbf5cb29e34 /Makefile | |
parent | etc/guix/home.scm: Update after reconfigure - keep system almost 100% up-to-date (diff) | |
download | dotfiles-b712f9a1b1fa1150eea13603e9890e36758dece2.tar.gz dotfiles-b712f9a1b1fa1150eea13603e9890e36758dece2.tar.xz |
Fix references from TODOs.md to TODOs.adoc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 > $@ |