summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-08-26 22:47:31 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-08-26 22:47:31 -0400
commit7ef7cd17072d9d6db7e172b3a59848cbcc27da23 (patch)
treeb42c787bdccc6167ee1a462d34c05068736f5b27 /makefile
parenta3a5834022e08c5736de768d46dedc8e993ea571 (diff)
downloadwebsite-7ef7cd17072d9d6db7e172b3a59848cbcc27da23.tar.gz
include robots.txt and sitemap.txt
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
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/