alexkarle.com

Source for alexkarle.com
git clone git://git.alexkarle.com/alexkarle.com.git
Log | Files | Refs | README | LICENSE

commit 75e9c53149dd7bcf0ea3d2851acd36fb91fa1fc9 (patch)
parent c6526b8a4d49bb995a09c431e1f919164fe68606
Author: Alex Karle <alex@alexkarle.com>
Date:   Sun, 25 Sep 2022 00:17:40 -0400

gopher: Update note tagging script to start fresh

I forgot to tag acme-colors as plan9/editors, so it's currently in misc
AND in those categories.. I could SSH into the server and remove the
file, but the index has the number of files hardcoded--it's better to
have the notetag script delete the non-src directories each time!

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -50,7 +50,7 @@ www/jam-tuesday/index.html: $(SETS) bin/jam-index.sh bin/jam-stats.sh www/atom.xml: $(HTML) bin/genatom.sh ./bin/genatom.sh > $@ -gopher/notes/index.gph: $(NOTES) +gopher/notes/index.gph: $(NOTES) gopher/bin/notetag (cd gopher/notes && ../bin/notetag) > $@ gopher/phlog/atom.xml: $(PHLOG) gopher/bin/gophatom.sh