X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=systemfiles%2Fpost-update;fp=systemfiles%2Fpost-update;h=c1aa4d2eb195818cf9f797d750d8fd6376750a46;hb=841a85803e6b5e383264b2d44c502973cffc29cb;hp=51742fb57d95e716c25370596a12cbb10135fbc2;hpb=db8049108e692334e52f48421435d387348dee4c;p=config diff --git a/systemfiles/post-update b/systemfiles/post-update index 51742fb..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" -type f -exec sh -c 'pandoc -s -f rst --mathml -t html5 $0 > ${0%.rst}.html' {} \; +cd $LIFELOGDIR +redo