From bd32b881eee90a1b45be8682d82c34d153af3cb6 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 27 Dec 2023 01:46:04 +0100 Subject: Include robots.txt (and other txt files) in content upload --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 61bbbe5..0dfed86 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: content feed content: - rsync -t [^_]*.{html,png,css,map,jpg} ignore@ignore.pl:public/ignore.pl/ + rsync -t [^_]*.{html,png,css,map,jpg,txt} ignore@ignore.pl:public/ignore.pl/ feed: rm -f atom.xml -- cgit v1.1