diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-26 22:47:31 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-26 22:47:31 -0400 |
commit | 7ef7cd17072d9d6db7e172b3a59848cbcc27da23 (patch) | |
tree | b42c787bdccc6167ee1a462d34c05068736f5b27 /makefile | |
parent | a3a5834022e08c5736de768d46dedc8e993ea571 (diff) | |
download | website-7ef7cd17072d9d6db7e172b3a59848cbcc27da23.tar.gz |
include robots.txt and sitemap.txt
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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/ |