slitaz-tools rev 775

tazlocale: fix to support cookutils, burnbox & tazpanel docs
author Claudinei Pereira <claudinei@slitaz.org>
date Sun Sep 02 13:08:15 2012 -0300 (2012-09-02)
parents 15914c395f9d
children 48310027d3e7
files tinyutils/tazlocale
line diff
     1.1 --- a/tinyutils/tazlocale	Sun Jul 15 15:41:55 2012 +0000
     1.2 +++ b/tinyutils/tazlocale	Sun Sep 02 13:08:15 2012 -0300
     1.3 @@ -32,7 +32,7 @@
     1.4  		ln -s index.$LANGUAGE.html index.html
     1.5  	fi
     1.6  	# SliTaz Software Manuals
     1.7 -	for soft in tazpkg tazlito tazusb tazwok tazweb tazpanel
     1.8 +	for soft in tazpkg tazlito tazusb tazwok tazweb cookutils 
     1.9  	do
    1.10  		if [ -f /usr/share/doc/$soft/$soft.$LANGUAGE.html ]; then
    1.11  			cd /usr/share/doc/$soft && rm -f $soft.html
    1.12 @@ -49,8 +49,13 @@
    1.13  		cd /usr/share/webhome && rm -f index.html
    1.14  		ln -s index.$LANGUAGE.html index.html
    1.15  	fi
    1.16 +    # TazPanel Doc under www
    1.17 +    if [ -f /var/www/tazpanel/doc/tazpanel.$LANGUAGE.html ]; then
    1.18 +        cd /var/www/tazpanel/doc && rm -f tazpanel.html
    1.19 +        ln -s tazpanel.$LANGUAGE.html tazpanel.html
    1.20 +    fi
    1.21  	# SliTaz Tools Manuals
    1.22 -	for soft in tazinst
    1.23 +	for soft in tazinst burnbox
    1.24  	do
    1.25  		if [ -f /usr/share/doc/slitaz/$soft.$LANGUAGE.html ]; then
    1.26  			cd /usr/share/doc/slitaz && rm -f $soft.html