From af2e193af1a1a95983839beb0fad3d76ab96e4c6 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 9 Apr 2017 03:40:21 +0300 Subject: [PATCH] Execute sitemap_gen.py --- make-changed | 2 ++ make-files | 1 + make-new | 2 ++ 3 files changed, 5 insertions(+) diff --git a/make-changed b/make-changed index c945a6b..af71783 100755 --- a/make-changed +++ b/make-changed @@ -2,3 +2,5 @@ find ../htdocs/phdru.name -type f -name \*.tmpl -print | ./make-changed.py | xargs -r ./make-files + +exec sitemap_gen.py --config=sitemaps/phdru.name-config.xml diff --git a/make-files b/make-files index e5aa6d5..31a7b65 100755 --- a/make-files +++ b/make-files @@ -18,3 +18,4 @@ for tmpl in "$@"; do --nobackup --stdout "$tmpl" | iconv -f utf-8 -t koi8-r >"$dir/$outfile" || exit 1 done +exec sitemap_gen.py --config=sitemaps/phdru.name-config.xml diff --git a/make-new b/make-new index f8b4452..a3b5133 100755 --- a/make-new +++ b/make-new @@ -2,3 +2,5 @@ find ../htdocs/phdru.name -type f -name \*.tmpl -mtime -1 -print0 | xargs -r0 ./make-files + +exec sitemap_gen.py --config=sitemaps/phdru.name-config.xml -- 2.39.2