1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

using roffit 0.6 we can get <a href> links with the --mandir option

This commit is contained in:
Daniel Stenberg 2004-02-27 15:48:13 +00:00
parent 25bcd45034
commit 4ae4336643

View File

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