cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: prerequisites for auto-generated docs ?

From: bch <brad.harder_at_gmail.com>
Date: Sun, 1 Mar 2015 16:36:32 -0800

It *does* help w/ your additional patch.

Now -- to be clear -- the problem for me was only w/ my prev. little
patch (read back in thread) -- you applied that patch of mine, and had
no problems (apologies for repeating self - I'm not sure we're on the
same page)?

Thx, cheers,

-bch

On 3/1/15, Daniel Stenberg <daniel_at_haxx.se> wrote:
> On Thu, 26 Feb 2015, bch wrote:
>
>> Daniel (or anybody) -- is my build the only one that fails w/ the above
>> patch applied to the latest release ?
>
> You're the only one who has reported this, yes. Does the following patch
> change anything for you?
>
> --- a/docs/libcurl/Makefile.am
> +++ b/docs/libcurl/Makefile.am
> @@ -92,11 +92,11 @@ EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html
> $(PDFPAGES) ABI \
> MAN2HTML= roffit --mandir=. < $< >$@
>
> SUFFIXES = .3 .html
>
> libcurl-symbols.3: $(srcdir)/symbols-in-versions
> $(srcdir)/mksymbolsmanpage.pl
> - perl $(srcdir)/mksymbolsmanpage.pl < $< > $@
> + perl $(srcdir)/mksymbolsmanpage.pl < $(srcdir)/symbols-in-versions >
> $@
>
> html: $(HTMLPAGES)
> cd opts; make html
>
> .3.html:
>
>
> --
>
> / daniel.haxx.se
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-library
> Etiquette: http://curl.haxx.se/mail/etiquette.html
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2015-03-02