X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=systemfiles%2Fpost-update;h=3bea5b28133a3de5ba5f34a11f438ede1331219e;hb=0504405d378ed9f92ab63e2d339b52273ec8530d;hp=325d94fb203c991ab32fa4739ddfc5b1f64a0c56;hpb=696ef8c48366f2c183423de22f060b2babab989f;p=config diff --git a/systemfiles/post-update b/systemfiles/post-update index 325d94f..3bea5b2 100755 --- a/systemfiles/post-update +++ b/systemfiles/post-update @@ -1,4 +1,5 @@ #!/bin/sh -LIFELOGDIR=/home/plom/lifelog -GIT_WORK_TREE=$LIFELOGDIR git checkout -f -find $LIFELOGDIR -name "*.rst" -exec sh -c 'rst2html $0 > ${0%.rst}.html' {} \; +ZETTELDIR=/home/plom/zettel +GIT_WORK_TREE=$ZETTELDIR git checkout -f +cd $ZETTELDIR +redo