man/produce_html: use shlib
[oweals/gnunet.git] / doc / man / produce_html.sh.in
1 #!/bin/sh
2
3 . @pkgdatadir@/existence.sh
4
5 if existence mandoc;
6 then
7     for f in `find . -name \*\.[1-9]`;
8     do
9         mandoc -T html $f > $f.html;
10     done
11 fi