use roffit to make HTML from man pages

http://daniel.haxx.se/projects/roffit/
This commit is contained in:
Daniel Stenberg
2003-11-05 15:51:25 +00:00
parent 344c378996
commit 7ffb8c6aee
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ CLEANFILES = $(HTMLPAGES) $(PDFPAGES)
EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES)
MAN2HTML= $(NROFF) -man $< | man2html >$@
MAN2HTML= roffit < $< >$@
SUFFIXES = .3 .html