]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Execute sitemap_gen.py
authorOleg Broytman <phd@phdru.name>
Sun, 9 Apr 2017 00:40:21 +0000 (03:40 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 10 Apr 2017 03:26:36 +0000 (06:26 +0300)
make-changed
make-files
make-new

index c945a6b915c85d6f56ef40d5ee27e7a8e1d60076..af71783d818ea39c7c4f7ecc2e606fa6d943c9eb 100755 (executable)
@@ -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
index e5aa6d5d123e5ffbe3ec4860484ff86c8e771bcc..31a7b651335913ead0cbe26beb78172e514de7fd 100755 (executable)
@@ -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
index f8b44524ad828c33209285fcba9b4c18b430fa25..a3b5133927b4c730cce02f822a474f4d72319059 100755 (executable)
--- 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