slitaz-base-files rev 198

man: add new path to tazinst docs
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 10 00:17:13 2012 +0000 (2012-06-10)
parents 66cbcb390689
children e8ff99eab4e6
files rootfs/usr/bin/man
line diff
     1.1 --- a/rootfs/usr/bin/man	Sun Jun 10 00:54:50 2012 +0000
     1.2 +++ b/rootfs/usr/bin/man	Sun Jun 10 00:17:13 2012 +0000
     1.3 @@ -45,6 +45,9 @@
     1.4  if [ -x /usr/bin/retawq -a -f /usr/share/doc/$TOPIC/$TOPIC.html ]; then
     1.5  	retawq --dump=file:///usr/share/doc/$TOPIC/$TOPIC.html | less -M
     1.6  	return
     1.7 +elif [ -x /usr/bin/retawq -a -f /usr/share/doc/slitaz/$TOPIC.html ]; then
     1.8 +	retawq --dump=file:///usr/share/doc/slitaz/$TOPIC.html | less -M
     1.9 +	return
    1.10  elif [ -x /usr/bin/retawq -a -f /usr/share/doc/slitaz-tools/$TOPIC.html ]; then
    1.11  	retawq --dump=file:///usr/share/doc/slitaz-tools/$TOPIC.html | less -M
    1.12  	return