]> git.armaanb.net Git - stagit.git/blobdiff - repo-gen.sh
Use minified stylesheet
[stagit.git] / repo-gen.sh
index d3440483e8bf5775d3aa23c018d82c7a8e85aab5..1a33ee9df0ad3ac4e125a1a0adbb6c05305cb9bf 100755 (executable)
@@ -35,10 +35,11 @@ build_html () {
        [ ! -f favicon.png ] && ln -s ../favicon.png ./
        [ ! -f logo.png ]    && ln -s ../logo.png ./
        [ ! -f highlight ]   && ln -s ../highlight ./
+       [ ! -f index.html ]  && ln -s log.html index.html
 
        echo "git://git.knutsen.co/$repo" > "/srv/git/$repo.git/url"
 
-       COMMAND="$STAGIT /srv/git/$repo.git"
+       COMMAND="$STAGIT -c ./cachefile /srv/git/$repo.git"
        echo "Building web-page for $repo."
        echo "$COMMAND"
        $COMMAND