commit 02970857475d2afc2257035718255b2e2c6c01b7 (patch)
parent 758985bdb85ec8208c509ae1202b361efdd389cf
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:
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; \