#!/bin/sh

while true;do 
  make 
  cp usermanual.html /usr/local/www/lesbonscomptes/recoll/usermanual/
  sleep 1
done
