X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www-update.sh;fp=www-update.sh;h=3a2d8bab047fc0a49f64f19df9249378cbef520f;hp=3edfc1398509df3cc0de44570ef0631c0d7fee4e;hb=388192e2f7ecca47f4095717cdc5d02193e33150;hpb=2dd558f5533166a85045f581b042dd539505ecce diff --git a/www-update.sh b/www-update.sh index 3edfc13..3a2d8ba 100755 --- a/www-update.sh +++ b/www-update.sh @@ -25,6 +25,9 @@ cd git/asciidoctor_to_rss mvn clean install cd - +echo Generate news files +git/asciidoctor_to_rss/asciidoctor_to_rss.sh src/news www/news src/asciidoctorrss.props +echo Generate news files done SDIR=`dirname $0` RDIR=`realpath $SDIR` @@ -53,5 +56,3 @@ asciidoctor $OPTS src/ptask/ptask.adoc -D www/ptask/ asciidoctor $OPTS src/cooking/riz_au_lait.adoc -D www/cooking/ asciidoctor $OPTS src/cooking/index.adoc -D www/cooking/ asciidoctor $OPTS src/cooking/semoule_au_lait.adoc -D www/cooking/ - -git/asciidoctor_to_rss/asciidoctor_to_rss.sh src/news www/news src/asciidoctorrss.props