cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: prerequisites for auto-generated docs ?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 2 Mar 2015 00:24:54 +0100 (CET)

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
Received on 2015-03-02