]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
More magic to have the configuration manual published
authorhno <>
Mon, 14 May 2007 04:35:04 +0000 (04:35 +0000)
committerhno <>
Mon, 14 May 2007 04:35:04 +0000 (04:35 +0000)
mksnapshot-cron.sh

index c81d1c3c7aa729f58e09e70ea0d4f308ed766397..9aa03b764765813ddda6d471f8245044f5a8e761 100755 (executable)
@@ -55,6 +55,14 @@ make_snapshot()
        mkdir -p $dst/cfgman
        tar -C $dst/cfgman -zxf $dst/$file
        ;;
+    *-cfgman.html)
+       rm -f cfgman.html
+       ln -s $dst/$file cfgman.html
+       ;;
+    *-cfgman.html.gz)
+       rm -f cfgman.html.gz
+       ln -s $dst/$file cfgman.html.gz
+       ;;
     esac
   done