From 75e9c53149dd7bcf0ea3d2851acd36fb91fa1fc9 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 25 Sep 2022 00:17:40 -0400 Subject: [PATCH] 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! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a5b9ed..a78aa89 100644 --- 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 -- libgit2 1.1.1