From: Daniel Stenberg <daniel@haxx.se>
Date: Fri, 27 Feb 2004 15:48:13 +0000 (+0000)
Subject: using roffit 0.6 we can get <a href> links with the --mandir option
X-Git-Tag: cares-1_1_0~122
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ae4336643b1ea716052e952f0fd7bd498fb5526;p=curl

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

diff --git a/docs/libcurl/Makefile.am b/docs/libcurl/Makefile.am
index 9ef967d0a..14d1a49b4 100644
--- a/docs/libcurl/Makefile.am
+++ b/docs/libcurl/Makefile.am
@@ -122,7 +122,7 @@ CLEANFILES = $(HTMLPAGES) $(PDFPAGES)
 
 EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES)
 
-MAN2HTML= roffit < $< >$@
+MAN2HTML= roffit --mandir=. < $< >$@
 
 SUFFIXES = .3 .html