From 7ef7cd17072d9d6db7e172b3a59848cbcc27da23 Mon Sep 17 00:00:00 2001 From: John Turner Date: Tue, 26 Aug 2025 22:47:31 -0400 Subject: include robots.txt and sitemap.txt --- makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index b484fa5..a3a1eff 100644 --- a/makefile +++ b/makefile @@ -21,6 +21,8 @@ blog/access-control.html: blog/access-control.org $(EMACS) $< $(ARGS) install: all + install --mode 644 -D robots.txt --target-directory $(PREFIX)/$(DESTDIR)/$(SITE)/ + install --mode 644 -D sitemap.txt --target-directory $(PREFIX)/$(DESTDIR)/$(SITE)/ install --mode 644 -D *.html --target-directory $(PREFIX)/$(DESTDIR)/$(SITE)/ install --mode 644 -D blog/*.html --target-directory $(PREFIX)/$(DESTDIR)/$(SITE)/blog/ -- cgit v1.2.3