From b3dce68efafab278fecc8916939809cbd96d5192 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 19 Aug 2023 10:51:07 +0000 Subject: [PATCH] tools/makefile: export_html: generate robots.txt (#61) - fixes https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/58 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 011c6dbf5c..9c74f7ebe0 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,7 @@ export_html: sed -i 's|Furo|hecat, sphinx and furo. Content under CC-BY-SA 3.0 license. Source code, raw data.|' .venv/lib/python*/site-packages/furo/theme/furo/page.html source .venv/bin/activate && sphinx-build -b html -c .hecat/ html/md/ html/html/ rm -rf html/html/.buildinfo html/html/objects.inv html/html/.doctrees awesome-selfhosted-html-preview/* + echo "# please do not scrape this site aggressively. Source code is available at https://github.com/awesome-selfhosted/awesome-selfhosted-html. Raw data is available at https://github.com/awesome-selfhosted/awesome-selfhosted-data" >| html/html/robots.txt .PHONY: push_markdown # commit and push changes to the markdown repository push_markdown: