#!/bin/sh
if [ ! -e /var/man2html/manindex-all.html -a -x /usr/bin/glimpse ]; then
	manglimpse
fi
