X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www-update.sh;h=3a2d8bab047fc0a49f64f19df9249378cbef520f;hp=3edfc1398509df3cc0de44570ef0631c0d7fee4e;hb=c7d18d9a9d6c118c854e12b6e2ab77836a9ea5e8;hpb=3d5aa709a1e005e826452e5a7dedfccefc71aaa9 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