X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/edit?a=blobdiff_plain;f=systemfiles%2Fpost-update;h=c1aa4d2eb195818cf9f797d750d8fd6376750a46;hb=841a85803e6b5e383264b2d44c502973cffc29cb;hp=325d94fb203c991ab32fa4739ddfc5b1f64a0c56;hpb=696ef8c48366f2c183423de22f060b2babab989f;p=config diff --git a/systemfiles/post-update b/systemfiles/post-update index 325d94f..c1aa4d2 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' {} \; +cd $LIFELOGDIR +redo