alexkarle.com

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

commit 4d50579be1e32eda92f4b518ace0ebc23e7bdbec (patch)
parent 91ca8f318f1e509da1ab3094a1c42579d5c99d6f
Author: Alex Karle <alex@alexkarle.com>
Date:   Tue, 16 Nov 2021 23:23:22 -0500

gopher: Copy the blog atom.xml into the gopherhole

It's an easy add-in, why not?

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -56,6 +56,7 @@ install: build for f in *.txt; do \ install -m 444 $$f $(DESTDIR)/gopher/blog/$$(grep $$f $(DIR)/ORDER); \ done + install -m 444 atom.xml $(DESTDIR)/gopher/blog cp $(DIR)/gopher/bin/* $(DESTDIR)/gopher/code for d in jam-tuesday blog code; do \ (cat $(DIR)/gopher/$$d/index.gph; \