Mise à jour du Makefile.

master
Stéphane Adjemian (Ryûk) 2022-08-29 15:57:56 +02:00
parent c84ea1340e
commit fad3b1eaa5
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 8 additions and 3 deletions

View File

@ -13,6 +13,10 @@ publish:
sed -i '/<title>&lrm;<\/title>/d' ./output/teaching/time-series/index.html
sed -i 's/<pre class="src src-python">/<pre><code class="language-python">/g' ./output/posts/simulation-du-modele-de-solow/index.html
sed -i 's/<\/pre>/<\/code><\/pre>/g' ./output/posts/simulation-du-modele-de-solow/index.html
sed -i 's/<pre class="src src-python">/<pre><code class="language-python">/g' ./output/posts/modele-de-solow/index.html
sed -i 's/<\/pre>/<\/code><\/pre>/g' ./output/posts/modele-de-solow/index.html
sed -i 's/<pre class="src src-python">/<pre><code class="language-python">/g' ./output/posts/representer-graphiquement-une-serie-temporelle-du-pib/index.html
sed -i 's/<\/pre>/<\/code><\/pre>/g' ./output/posts/representer-graphiquement-une-serie-temporelle-du-pib/index.html
assets:
@rsync --recursive -avz assets/fonts output
@ -27,9 +31,10 @@ assets:
@rsync assets/favicon.ico output
clean:
@rm -rf output/posts/ltximg
@rm -rf output/posts/representation-ma-du-processus-ar2/ltximg
@rm -rf output/posts/simulation-du-modele-de-solow/ltximg
@rm -rf output/posts/.ltx
@rm -rf output/posts/representation-ma-du-processus-ar2/.ltx
@rm -rf output/posts/simulation-du-modele-de-solow/.ltx
@rm -rf output/posts/modele-de-solow/.ltx
push: publish assets clean
@rsync --recursive -avz --progress output/* ulysses:/home/www/stephane-adjemian.fr