From 5e8080a223d8414814032c7e3fde4e9547eacbc0 Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 3 Feb 2024 13:35:25 +0300 Subject: Treat .xsl files as sources, mirror to thunix Whenever the XSLTs change, the affected pages should be regenerated. --- tools/publish.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tools/publish.sh') diff --git a/tools/publish.sh b/tools/publish.sh index 987cf00..aa01628 100755 --- a/tools/publish.sh +++ b/tools/publish.sh @@ -2,7 +2,5 @@ make -f tools/Makefile -# upload -rsync --exclude '.*' --exclude '*.org' --exclude 'src/' \ - --exclude 'tools/' --exclude 'build/' \ - -avz . tart.uberspace.net:public_html/ +rsync -avz *.xhtml notes pictures files uberspace.net:public_html/ +rsync -avz *.xhtml notes pictures files thunix.net:public_html/ -- cgit v1.2.3