Add to git.
[c2lib.git] / doc / Makefile
1 ROFF    = groff -man -Thtml -U
2
3 all:
4         @echo "Try the following target: man_pages"
5
6 man_pages:
7         ln -s . man3
8         cp ../*.3 .
9         for f in *.3; echo $$f; do $(ROFF) $$f > $$f.html; done
10         rm *.3 man3
11         @echo "Now you need to import the HTML files into index.html"