From: Oleg Broytman Date: Sun, 9 Apr 2017 00:40:21 +0000 (+0300) Subject: Execute sitemap_gen.py X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=af2e193af1a1a95983839beb0fad3d76ab96e4c6 Execute sitemap_gen.py --- 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