From: Daniel Stenberg Date: Fri, 27 Feb 2004 15:48:13 +0000 (+0000) Subject: using roffit 0.6 we can get links with the --mandir option X-Git-Tag: curl-7_11_1~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ae4336643b1ea716052e952f0fd7bd498fb5526;p=thirdparty%2Fcurl.git using roffit 0.6 we can get links with the --mandir option --- diff --git a/docs/libcurl/Makefile.am b/docs/libcurl/Makefile.am index 9ef967d0a2..14d1a49b4b 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